Html Css Color HEX #A32179 Dark Purple

📋 copy color: '#A32179'

red 163 ◦ green 33 ◦ blue 121

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

Shades of Dark Purple #A32179

Tints of Dark Purple #A32179

RGB

 RED value IS 163 (64.06% from 255) = 51.42%

 GREEN value IS 33 (13.28% from 255) = 10.41%

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 51.42%
G = 10.41%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A32179 (or 0xA32179) is known color: Dark Purple. HEX triplet: A3, 21 and 79. RGB value is (163,33,121). Sum of RGB (Red+Green+Blue) = 163+33+121=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A32179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32179 is #5CDE86. Grayscale: #515151. Windows color (decimal): -6086279 or 7938467. OLE color: 7938467.

HSL color Cylindrical-coordinate representation of color #A32179: hue angle of 319.38º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32179 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 33 121 -
CMYK 0 0.80 0.26 0.36
HSL 319.38º 0.66% 0.38% -
HSV(B) 319.38º 0.8% 0.64% -
XYZ 19.1 10.25 19.06 -
YUV 81.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 163 33 121 0 0.80 0.26 0.36 319.38 0.66 0.38
Hex A3 21 79 0 50 1A 24 13F 42 26
Octal 243 41 171 0 120 32 44 477 102 46
Binary 10100011 100001 1111001 0 1010000 11010 100100 100111111 1000010 100110

Color Harmonies of #A32179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32179

Black with #A32179

Text Example


Text Example

White with #A32179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32179; }

 p { color: rgb(163,33,121); }

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

background-color css

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

 a { background-color: rgb(163,33,121); }

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

border-color css

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

 span { border-color: rgb(163,33,121); }

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