Html Css Color HEX #A2147E Dark Purple

📋 copy color: '#A2147E'

red 162 ◦ green 20 ◦ blue 126

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

Shades of Dark Purple #A2147E

Tints of Dark Purple #A2147E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.49%

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

R = 52.6%
G = 6.49%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2147E (or 0xA2147E) is known color: Dark Purple. HEX triplet: A2, 14 and 7E. RGB value is (162,20,126). Sum of RGB (Red+Green+Blue) = 162+20+126=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2147E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2147E is #5DEB81. Grayscale: #4A4A4A. Windows color (decimal): -6155138 or 8262818. OLE color: 8262818.

HSL color Cylindrical-coordinate representation of color #A2147E: hue angle of 315.21º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2147E is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 20 126 -
CMYK 0 0.88 0.22 0.36
HSL 315.21º 0.78% 0.36% -
HSV(B) 315.21º 0.88% 0.64% -
XYZ 18.92 9.69 20.61 -
YUV 74.54 157.04 190.38 -
System Red Green Blue C M Y K H S L
Decimal 162 20 126 0 0.88 0.22 0.36 315.21 0.78 0.36
Hex A2 14 7E 0 58 16 24 13B 4E 24
Octal 242 24 176 0 130 26 44 473 116 44
Binary 10100010 10100 1111110 0 1011000 10110 100100 100111011 1001110 100100

Color Harmonies of #A2147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2147E

Black with #A2147E

Text Example


Text Example

White with #A2147E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2147E; }

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

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

background-color css

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

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

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

border-color css

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

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

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