Html Css Color HEX #A2187F Dark Purple

📋 copy color: '#A2187F'

red 162 ◦ green 24 ◦ blue 127

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

Shades of Dark Purple #A2187F

Tints of Dark Purple #A2187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.58%

R = 51.76%
G = 7.67%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2187F (or 0xA2187F) is known color: Dark Purple. HEX triplet: A2, 18 and 7F. RGB value is (162,24,127). Sum of RGB (Red+Green+Blue) = 162+24+127=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A2187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2187F is #5DE780. Grayscale: #4C4C4C. Windows color (decimal): -6154113 or 8329378. OLE color: 8329378.

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

Color convert

RGB 162 24 127 -
CMYK 0 0.85 0.22 0.36
HSL 315.22º 0.74% 0.36% -
HSV(B) 315.22º 0.85% 0.64% -
XYZ 19.06 9.87 20.98 -
YUV 77 156.22 188.62 -
System Red Green Blue C M Y K H S L
Decimal 162 24 127 0 0.85 0.22 0.36 315.22 0.74 0.36
Hex A2 18 7F 0 55 16 24 13B 4A 24
Octal 242 30 177 0 125 26 44 473 112 44
Binary 10100010 11000 1111111 0 1010101 10110 100100 100111011 1001010 100100

Color Harmonies of #A2187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2187F

Black with #A2187F

Text Example


Text Example

White with #A2187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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