Html Css Color HEX #A2147F Dark Purple

📋 copy color: '#A2147F'

red 162 ◦ green 20 ◦ blue 127

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

Shades of Dark Purple #A2147F

Tints of Dark Purple #A2147F

RGB

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

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

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

R = 52.43%
G = 6.47%
B = 41.1%

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

#A2147F (or 0xA2147F) is known color: Dark Purple. HEX triplet: A2, 14 and 7F. RGB value is (162,20,127). Sum of RGB (Red+Green+Blue) = 162+20+127=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A2147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2147F is #5DEB80. Grayscale: #4A4A4A. Windows color (decimal): -6155137 or 8328354. OLE color: 8328354.

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

Color convert

RGB 162 20 127 -
CMYK 0 0.88 0.22 0.36
HSL 314.79º 0.78% 0.36% -
HSV(B) 314.79º 0.88% 0.64% -
XYZ 18.98 9.71 20.95 -
YUV 74.66 157.54 190.3 -
System Red Green Blue C M Y K H S L
Decimal 162 20 127 0 0.88 0.22 0.36 314.79 0.78 0.36
Hex A2 14 7F 0 58 16 24 13B 4E 24
Octal 242 24 177 0 130 26 44 473 116 44
Binary 10100010 10100 1111111 0 1011000 10110 100100 100111011 1001110 100100

Color Harmonies of #A2147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2147F

Black with #A2147F

Text Example


Text Example

White with #A2147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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