Html Css Color HEX #A2188C Dark Purple

📋 copy color: '#A2188C'

red 162 ◦ green 24 ◦ blue 140

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

Shades of Dark Purple #A2188C

Tints of Dark Purple #A2188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.94%

R = 49.69%
G = 7.36%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2188C (or 0xA2188C) is known color: Dark Purple. HEX triplet: A2, 18 and 8C. RGB value is (162,24,140). Sum of RGB (Red+Green+Blue) = 162+24+140=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2188C is #5DE773. Grayscale: #4E4E4E. Windows color (decimal): -6154100 or 9181346. OLE color: 9181346.

HSL color Cylindrical-coordinate representation of color #A2188C: hue angle of 309.57º 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 #A2188C is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 24 140 -
CMYK 0 0.85 0.14 0.36
HSL 309.57º 0.74% 0.36% -
HSV(B) 309.57º 0.85% 0.64% -
XYZ 19.96 10.23 25.73 -
YUV 78.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 162 24 140 0 0.85 0.14 0.36 309.57 0.74 0.36
Hex A2 18 8C 0 55 E 24 136 4A 24
Octal 242 30 214 0 125 16 44 466 112 44
Binary 10100010 11000 10001100 0 1010101 1110 100100 100110110 1001010 100100

Color Harmonies of #A2188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2188C

Black with #A2188C

Text Example


Text Example

White with #A2188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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