Html Css Color HEX #A2177C Dark Purple

📋 copy color: '#A2177C'

red 162 ◦ green 23 ◦ blue 124

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

Shades of Dark Purple #A2177C

Tints of Dark Purple #A2177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

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

R = 52.43%
G = 7.44%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2177C (or 0xA2177C) is known color: Dark Purple. HEX triplet: A2, 17 and 7C. RGB value is (162,23,124). Sum of RGB (Red+Green+Blue) = 162+23+124=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A2177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2177C is #5DE883. Grayscale: #4B4B4B. Windows color (decimal): -6154372 or 8132514. OLE color: 8132514.

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

Color convert

RGB 162 23 124 -
CMYK 0 0.86 0.23 0.36
HSL 316.4º 0.75% 0.36% -
HSV(B) 316.4º 0.86% 0.64% -
XYZ 18.84 9.75 19.96 -
YUV 76.08 155.05 189.29 -
System Red Green Blue C M Y K H S L
Decimal 162 23 124 0 0.86 0.23 0.36 316.4 0.75 0.36
Hex A2 17 7C 0 56 17 24 13C 4B 24
Octal 242 27 174 0 126 27 44 474 113 44
Binary 10100010 10111 1111100 0 1010110 10111 100100 100111100 1001011 100100

Color Harmonies of #A2177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2177C

Black with #A2177C

Text Example


Text Example

White with #A2177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2177C; }

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

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

background-color css

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

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

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

border-color css

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

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

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