Html Css Color HEX #A2157D Dark Purple

📋 copy color: '#A2157D'

red 162 ◦ green 21 ◦ blue 125

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

Shades of Dark Purple #A2157D

Tints of Dark Purple #A2157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.82%

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

R = 52.6%
G = 6.82%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2157D (or 0xA2157D) is known color: Dark Purple. HEX triplet: A2, 15 and 7D. RGB value is (162,21,125). Sum of RGB (Red+Green+Blue) = 162+21+125=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2157D is #5DEA82. Grayscale: #4A4A4A. Windows color (decimal): -6154883 or 8197538. OLE color: 8197538.

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

Color convert

RGB 162 21 125 -
CMYK 0 0.87 0.23 0.36
HSL 315.74º 0.77% 0.36% -
HSV(B) 315.74º 0.87% 0.64% -
XYZ 18.87 9.7 20.28 -
YUV 75.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 162 21 125 0 0.87 0.23 0.36 315.74 0.77 0.36
Hex A2 15 7D 0 57 17 24 13C 4D 24
Octal 242 25 175 0 127 27 44 474 115 44
Binary 10100010 10101 1111101 0 1010111 10111 100100 100111100 1001101 100100

Color Harmonies of #A2157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2157D

Black with #A2157D

Text Example


Text Example

White with #A2157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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