Html Css Color HEX #A2187C Dark Purple

📋 copy color: '#A2187C'

red 162 ◦ green 24 ◦ blue 124

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

Shades of Dark Purple #A2187C

Tints of Dark Purple #A2187C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40%

R = 52.26%
G = 7.74%
B = 40%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2187C (or 0xA2187C) is known color: Dark Purple. HEX triplet: A2, 18 and 7C. RGB value is (162,24,124). Sum of RGB (Red+Green+Blue) = 162+24+124=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2187C is #5DE783. Grayscale: #4C4C4C. Windows color (decimal): -6154116 or 8132770. OLE color: 8132770.

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

Color convert

RGB 162 24 124 -
CMYK 0 0.85 0.23 0.36
HSL 316.52º 0.74% 0.36% -
HSV(B) 316.52º 0.85% 0.64% -
XYZ 18.87 9.79 19.96 -
YUV 76.66 154.72 188.87 -
System Red Green Blue C M Y K H S L
Decimal 162 24 124 0 0.85 0.23 0.36 316.52 0.74 0.36
Hex A2 18 7C 0 55 17 24 13D 4A 24
Octal 242 30 174 0 125 27 44 475 112 44
Binary 10100010 11000 1111100 0 1010101 10111 100100 100111101 1001010 100100

Color Harmonies of #A2187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2187C

Black with #A2187C

Text Example


Text Example

White with #A2187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2187C; }

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

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

background-color css

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

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

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

border-color css

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

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

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