Html Css Color HEX #A32081 Dark Purple

📋 copy color: '#A32081'

red 163 ◦ green 32 ◦ blue 129

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

Shades of Dark Purple #A32081

Tints of Dark Purple #A32081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.81%

R = 50.31%
G = 9.88%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A32081 (or 0xA32081) is known color: Dark Purple. HEX triplet: A3, 20 and 81. RGB value is (163,32,129). Sum of RGB (Red+Green+Blue) = 163+32+129=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A32081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32081 is #5CDF7E. Grayscale: #515151. Windows color (decimal): -6086527 or 8462499. OLE color: 8462499.

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

Color convert

RGB 163 32 129 -
CMYK 0 0.80 0.21 0.36
HSL 315.57º 0.67% 0.38% -
HSV(B) 315.57º 0.8% 0.64% -
XYZ 19.58 10.4 21.75 -
YUV 82.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 163 32 129 0 0.80 0.21 0.36 315.57 0.67 0.38
Hex A3 20 81 0 50 15 24 13C 43 26
Octal 243 40 201 0 120 25 44 474 103 46
Binary 10100011 100000 10000001 0 1010000 10101 100100 100111100 1000011 100110

Color Harmonies of #A32081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32081

Black with #A32081

Text Example


Text Example

White with #A32081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32081; }

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

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

background-color css

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

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

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

border-color css

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

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

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