Html Css Color HEX #A32177 Dark Purple

📋 copy color: '#A32177'

red 163 ◦ green 33 ◦ blue 119

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

Shades of Dark Purple #A32177

Tints of Dark Purple #A32177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 51.75%
G = 10.48%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A32177 (or 0xA32177) is known color: Dark Purple. HEX triplet: A3, 21 and 77. RGB value is (163,33,119). Sum of RGB (Red+Green+Blue) = 163+33+119=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A32177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32177 is #5CDE88. Grayscale: #515151. Windows color (decimal): -6086281 or 7807395. OLE color: 7807395.

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

Color convert

RGB 163 33 119 -
CMYK 0 0.80 0.27 0.36
HSL 320.31º 0.66% 0.38% -
HSV(B) 320.31º 0.8% 0.64% -
XYZ 18.98 10.21 18.42 -
YUV 81.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 163 33 119 0 0.80 0.27 0.36 320.31 0.66 0.38
Hex A3 21 77 0 50 1B 24 140 42 26
Octal 243 41 167 0 120 33 44 500 102 46
Binary 10100011 100001 1110111 0 1010000 11011 100100 101000000 1000010 100110

Color Harmonies of #A32177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32177

Black with #A32177

Text Example


Text Example

White with #A32177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32177; }

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

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

background-color css

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

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

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

border-color css

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

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

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