Html Css Color HEX #A2188E Dark Purple

📋 copy color: '#A2188E'

red 162 ◦ green 24 ◦ blue 142

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

Shades of Dark Purple #A2188E

Tints of Dark Purple #A2188E

RGB

 RED value IS 162 (63.67% from 255) = 49.39%

 GREEN value IS 24 (9.77% from 255) = 7.32%

 BLUE value IS 142 (55.86% from 255) = 43.29%

R = 49.39%
G = 7.32%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2188E (or 0xA2188E) is known color: Dark Purple. HEX triplet: A2, 18 and 8E. RGB value is (162,24,142). Sum of RGB (Red+Green+Blue) = 162+24+142=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A2188E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2188E is #5DE771. Grayscale: #4E4E4E. Windows color (decimal): -6154098 or 9312418. OLE color: 9312418.

HSL color Cylindrical-coordinate representation of color #A2188E: hue angle of 308.7º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2188E is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 24 142 -
CMYK 0 0.85 0.12 0.36
HSL 308.7º 0.74% 0.36% -
HSV(B) 308.7º 0.85% 0.64% -
XYZ 20.11 10.29 26.52 -
YUV 78.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 162 24 142 0 0.85 0.12 0.36 308.7 0.74 0.36
Hex A2 18 8E 0 55 C 24 135 4A 24
Octal 242 30 216 0 125 14 44 465 112 44
Binary 10100010 11000 10001110 0 1010101 1100 100100 100110101 1001010 100100

Color Harmonies of #A2188E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2188E

Black with #A2188E

Text Example


Text Example

White with #A2188E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2188E; }

 p { color: rgb(162,24,142); }

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

background-color css

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

 a { background-color: rgb(162,24,142); }

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

border-color css

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

 span { border-color: rgb(162,24,142); }

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