Html Css Color HEX #A2188D Dark Purple

📋 copy color: '#A2188D'

red 162 ◦ green 24 ◦ blue 141

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

Shades of Dark Purple #A2188D

Tints of Dark Purple #A2188D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.12%

R = 49.54%
G = 7.34%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2188D (or 0xA2188D) is known color: Dark Purple. HEX triplet: A2, 18 and 8D. RGB value is (162,24,141). Sum of RGB (Red+Green+Blue) = 162+24+141=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A2188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2188D is #5DE772. Grayscale: #4E4E4E. Windows color (decimal): -6154099 or 9246882. OLE color: 9246882.

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

Color convert

RGB 162 24 141 -
CMYK 0 0.85 0.13 0.36
HSL 309.13º 0.74% 0.36% -
HSV(B) 309.13º 0.85% 0.64% -
XYZ 20.03 10.26 26.12 -
YUV 78.6 163.22 187.49 -
System Red Green Blue C M Y K H S L
Decimal 162 24 141 0 0.85 0.13 0.36 309.13 0.74 0.36
Hex A2 18 8D 0 55 D 24 135 4A 24
Octal 242 30 215 0 125 15 44 465 112 44
Binary 10100010 11000 10001101 0 1010101 1101 100100 100110101 1001010 100100

Color Harmonies of #A2188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2188D

Black with #A2188D

Text Example


Text Example

White with #A2188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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