Html Css Color HEX #A2187E Dark Purple

📋 copy color: '#A2187E'

red 162 ◦ green 24 ◦ blue 126

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

Shades of Dark Purple #A2187E

Tints of Dark Purple #A2187E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.38%

R = 51.92%
G = 7.69%
B = 40.38%

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

#A2187E (or 0xA2187E) is known color: Dark Purple. HEX triplet: A2, 18 and 7E. RGB value is (162,24,126). Sum of RGB (Red+Green+Blue) = 162+24+126=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A2187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2187E is #5DE781. Grayscale: #4C4C4C. Windows color (decimal): -6154114 or 8263842. OLE color: 8263842.

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

Color convert

RGB 162 24 126 -
CMYK 0 0.85 0.22 0.36
HSL 315.65º 0.74% 0.36% -
HSV(B) 315.65º 0.85% 0.64% -
XYZ 18.99 9.84 20.64 -
YUV 76.89 155.72 188.71 -
System Red Green Blue C M Y K H S L
Decimal 162 24 126 0 0.85 0.22 0.36 315.65 0.74 0.36
Hex A2 18 7E 0 55 16 24 13C 4A 24
Octal 242 30 176 0 125 26 44 474 112 44
Binary 10100010 11000 1111110 0 1010101 10110 100100 100111100 1001010 100100

Color Harmonies of #A2187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2187E

Black with #A2187E

Text Example


Text Example

White with #A2187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2187E; }

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

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

background-color css

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

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

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

border-color css

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

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

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