Html Css Color HEX #A2147C Dark Purple

📋 copy color: '#A2147C'

red 162 ◦ green 20 ◦ blue 124

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

Shades of Dark Purple #A2147C

Tints of Dark Purple #A2147C

RGB

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

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

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

R = 52.94%
G = 6.54%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2147C (or 0xA2147C) is known color: Dark Purple. HEX triplet: A2, 14 and 7C. RGB value is (162,20,124). Sum of RGB (Red+Green+Blue) = 162+20+124=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2147C is #5DEB83. Grayscale: #4A4A4A. Windows color (decimal): -6155140 or 8131746. OLE color: 8131746.

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

Color convert

RGB 162 20 124 -
CMYK 0 0.88 0.23 0.36
HSL 316.06º 0.78% 0.36% -
HSV(B) 316.06º 0.88% 0.64% -
XYZ 18.79 9.64 19.94 -
YUV 74.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 162 20 124 0 0.88 0.23 0.36 316.06 0.78 0.36
Hex A2 14 7C 0 58 17 24 13C 4E 24
Octal 242 24 174 0 130 27 44 474 116 44
Binary 10100010 10100 1111100 0 1011000 10111 100100 100111100 1001110 100100

Color Harmonies of #A2147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2147C

Black with #A2147C

Text Example


Text Example

White with #A2147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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