Html Css Color HEX #A32088 Dark Purple

📋 copy color: '#A32088'

red 163 ◦ green 32 ◦ blue 136

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

Shades of Dark Purple #A32088

Tints of Dark Purple #A32088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.09%

R = 49.24%
G = 9.67%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A32088 (or 0xA32088) is known color: Dark Purple. HEX triplet: A3, 20 and 88. RGB value is (163,32,136). Sum of RGB (Red+Green+Blue) = 163+32+136=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A32088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32088 is #5CDF77. Grayscale: #525252. Windows color (decimal): -6086520 or 8921251. OLE color: 8921251.

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

Color convert

RGB 163 32 136 -
CMYK 0 0.80 0.17 0.36
HSL 312.37º 0.67% 0.38% -
HSV(B) 312.37º 0.8% 0.64% -
XYZ 20.06 10.6 24.28 -
YUV 83.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 163 32 136 0 0.80 0.17 0.36 312.37 0.67 0.38
Hex A3 20 88 0 50 11 24 138 43 26
Octal 243 40 210 0 120 21 44 470 103 46
Binary 10100011 100000 10001000 0 1010000 10001 100100 100111000 1000011 100110

Color Harmonies of #A32088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32088

Black with #A32088

Text Example


Text Example

White with #A32088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32088; }

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

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

background-color css

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

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

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

border-color css

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

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

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