Html Css Color HEX #A32087 Dark Purple

📋 copy color: '#A32087'

red 163 ◦ green 32 ◦ blue 135

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

Shades of Dark Purple #A32087

Tints of Dark Purple #A32087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.91%

R = 49.39%
G = 9.7%
B = 40.91%

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

#A32087 (or 0xA32087) is known color: Dark Purple. HEX triplet: A3, 20 and 87. RGB value is (163,32,135). Sum of RGB (Red+Green+Blue) = 163+32+135=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A32087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32087 is #5CDF78. Grayscale: #525252. Windows color (decimal): -6086521 or 8855715. OLE color: 8855715.

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

Color convert

RGB 163 32 135 -
CMYK 0 0.80 0.17 0.36
HSL 312.82º 0.67% 0.38% -
HSV(B) 312.82º 0.8% 0.64% -
XYZ 19.99 10.57 23.91 -
YUV 82.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 163 32 135 0 0.80 0.17 0.36 312.82 0.67 0.38
Hex A3 20 87 0 50 11 24 139 43 26
Octal 243 40 207 0 120 21 44 471 103 46
Binary 10100011 100000 10000111 0 1010000 10001 100100 100111001 1000011 100110

Color Harmonies of #A32087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32087

Black with #A32087

Text Example


Text Example

White with #A32087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32087; }

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

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

background-color css

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

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

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

border-color css

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

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

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