Html Css Color HEX #A2187B Dark Purple

📋 copy color: '#A2187B'

red 162 ◦ green 24 ◦ blue 123

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

Shades of Dark Purple #A2187B

Tints of Dark Purple #A2187B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.81%

R = 52.43%
G = 7.77%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A2187B (or 0xA2187B) is known color: Dark Purple. HEX triplet: A2, 18 and 7B. RGB value is (162,24,123). Sum of RGB (Red+Green+Blue) = 162+24+123=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A2187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2187B is #5DE784. Grayscale: #4C4C4C. Windows color (decimal): -6154117 or 8067234. OLE color: 8067234.

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

Color convert

RGB 162 24 123 -
CMYK 0 0.85 0.24 0.36
HSL 316.96º 0.74% 0.36% -
HSV(B) 316.96º 0.85% 0.64% -
XYZ 18.8 9.76 19.63 -
YUV 76.55 154.22 188.95 -
System Red Green Blue C M Y K H S L
Decimal 162 24 123 0 0.85 0.24 0.36 316.96 0.74 0.36
Hex A2 18 7B 0 55 18 24 13D 4A 24
Octal 242 30 173 0 125 30 44 475 112 44
Binary 10100010 11000 1111011 0 1010101 11000 100100 100111101 1001010 100100

Color Harmonies of #A2187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2187B

Black with #A2187B

Text Example


Text Example

White with #A2187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2187B; }

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

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

background-color css

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

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

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

border-color css

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

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

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