Html Css Color HEX #A2147D Dark Purple

📋 copy color: '#A2147D'

red 162 ◦ green 20 ◦ blue 125

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

Shades of Dark Purple #A2147D

Tints of Dark Purple #A2147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.72%

R = 52.77%
G = 6.51%
B = 40.72%

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

#A2147D (or 0xA2147D) is known color: Dark Purple. HEX triplet: A2, 14 and 7D. RGB value is (162,20,125). Sum of RGB (Red+Green+Blue) = 162+20+125=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2147D is #5DEB82. Grayscale: #4A4A4A. Windows color (decimal): -6155139 or 8197282. OLE color: 8197282.

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

Color convert

RGB 162 20 125 -
CMYK 0 0.88 0.23 0.36
HSL 315.63º 0.78% 0.36% -
HSV(B) 315.63º 0.88% 0.64% -
XYZ 18.85 9.66 20.27 -
YUV 74.43 156.54 190.46 -
System Red Green Blue C M Y K H S L
Decimal 162 20 125 0 0.88 0.23 0.36 315.63 0.78 0.36
Hex A2 14 7D 0 58 17 24 13C 4E 24
Octal 242 24 175 0 130 27 44 474 116 44
Binary 10100010 10100 1111101 0 1011000 10111 100100 100111100 1001110 100100

Color Harmonies of #A2147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2147D

Black with #A2147D

Text Example


Text Example

White with #A2147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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