Html Css Color HEX #A174DA Medium Purple

📋 copy color: '#A174DA'

red 161 ◦ green 116 ◦ blue 218

#A174DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A174DA

Tints of Medium Purple #A174DA

RGB

 RED value IS 161 (63.28% from 255) = 32.53%

 GREEN value IS 116 (45.7% from 255) = 23.43%

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 32.53%
G = 23.43%
B = 44.04%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A174DA (or 0xA174DA) is known color: Medium Purple. HEX triplet: A1, 74 and DA. RGB value is (161,116,218). Sum of RGB (Red+Green+Blue) = 161+116+218=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #A174DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174DA is #5E8B25. Grayscale: #8C8C8C. Windows color (decimal): -6196006 or 14316705. OLE color: 14316705.

HSL color Cylindrical-coordinate representation of color #A174DA: hue angle of 266.47º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A174DA is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 116 218 -
CMYK 0.26 0.47 0 0.15
HSL 266.47º 0.58% 0.65% -
HSV(B) 266.47º 0.47% 0.85% -
XYZ 33.6 25.13 69.41 -
YUV 141.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 161 116 218 0.26 0.47 0 0.15 266.47 0.58 0.65
Hex A1 74 DA 1A 2F 0 F 10A 3A 41
Octal 241 164 332 32 57 0 17 412 72 101
Binary 10100001 1110100 11011010 11010 101111 0 1111 100001010 111010 1000001

Color Harmonies of #A174DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A174DA

Black with #A174DA

Text Example


Text Example

White with #A174DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A174DA; }

 p { color: rgb(161,116,218); }

 H1.HeaderClassName
 {
   color: #A174DA;
 }
 .AnyTagClassName
 {
   color: #A174DA;
 }
</style>

background-color css

<style>
 a { background-color: #A174DA; }

 a { background-color: rgb(161,116,218); }

 div.DivClassName
 {
   background-color: #A174DA;
 }
 .BgClassName
 {
   background-color: #A174DA;
 }
</style>

border-color css

<style>
 span { border-color: #A174DA; }

 span { border-color: rgb(161,116,218); }

 td.TdClassName
 {
   border-color: #A174DA;
 }
 .TagClassName
 {
   border-color: #A174DA;
 }
</style>