Html Css Color HEX #A32085 Dark Purple

📋 copy color: '#A32085'

red 163 ◦ green 32 ◦ blue 133

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

Shades of Dark Purple #A32085

Tints of Dark Purple #A32085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 49.7%
G = 9.76%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A32085 (or 0xA32085) is known color: Dark Purple. HEX triplet: A3, 20 and 85. RGB value is (163,32,133). Sum of RGB (Red+Green+Blue) = 163+32+133=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A32085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32085 is #5CDF7A. Grayscale: #525252. Windows color (decimal): -6086523 or 8724643. OLE color: 8724643.

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

Color convert

RGB 163 32 133 -
CMYK 0 0.80 0.18 0.36
HSL 313.74º 0.67% 0.38% -
HSV(B) 313.74º 0.8% 0.64% -
XYZ 19.85 10.51 23.17 -
YUV 82.68 156.4 185.29 -
System Red Green Blue C M Y K H S L
Decimal 163 32 133 0 0.80 0.18 0.36 313.74 0.67 0.38
Hex A3 20 85 0 50 12 24 13A 43 26
Octal 243 40 205 0 120 22 44 472 103 46
Binary 10100011 100000 10000101 0 1010000 10010 100100 100111010 1000011 100110

Color Harmonies of #A32085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32085

Black with #A32085

Text Example


Text Example

White with #A32085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32085; }

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

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

background-color css

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

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

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

border-color css

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

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

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