Html Css Color HEX #A32077 Dark Purple

📋 copy color: '#A32077'

red 163 ◦ green 32 ◦ blue 119

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

Shades of Dark Purple #A32077

Tints of Dark Purple #A32077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.19%

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

R = 51.91%
G = 10.19%
B = 37.9%

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

#A32077 (or 0xA32077) is known color: Dark Purple. HEX triplet: A3, 20 and 77. RGB value is (163,32,119). Sum of RGB (Red+Green+Blue) = 163+32+119=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A32077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32077 is #5CDF88. Grayscale: #505050. Windows color (decimal): -6086537 or 7807139. OLE color: 7807139.

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

Color convert

RGB 163 32 119 -
CMYK 0 0.80 0.27 0.36
HSL 320.15º 0.67% 0.38% -
HSV(B) 320.15º 0.8% 0.64% -
XYZ 18.95 10.15 18.41 -
YUV 81.09 149.4 186.43 -
System Red Green Blue C M Y K H S L
Decimal 163 32 119 0 0.80 0.27 0.36 320.15 0.67 0.38
Hex A3 20 77 0 50 1B 24 140 43 26
Octal 243 40 167 0 120 33 44 500 103 46
Binary 10100011 100000 1110111 0 1010000 11011 100100 101000000 1000011 100110

Color Harmonies of #A32077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32077

Black with #A32077

Text Example


Text Example

White with #A32077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32077; }

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

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

background-color css

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

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

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

border-color css

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

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

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