Html Css Color HEX #A32095 Dark Purple

📋 copy color: '#A32095'

red 163 ◦ green 32 ◦ blue 149

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

Shades of Dark Purple #A32095

Tints of Dark Purple #A32095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.31%

R = 47.38%
G = 9.3%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A32095 (or 0xA32095) is known color: Dark Purple. HEX triplet: A3, 20 and 95. RGB value is (163,32,149). Sum of RGB (Red+Green+Blue) = 163+32+149=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A32095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32095 is #5CDF6A. Grayscale: #545454. Windows color (decimal): -6086507 or 9773219. OLE color: 9773219.

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

Color convert

RGB 163 32 149 -
CMYK 0 0.80 0.09 0.36
HSL 306.41º 0.67% 0.38% -
HSV(B) 306.41º 0.8% 0.64% -
XYZ 21.05 10.99 29.45 -
YUV 84.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 163 32 149 0 0.80 0.09 0.36 306.41 0.67 0.38
Hex A3 20 95 0 50 9 24 132 43 26
Octal 243 40 225 0 120 11 44 462 103 46
Binary 10100011 100000 10010101 0 1010000 1001 100100 100110010 1000011 100110

Color Harmonies of #A32095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32095

Black with #A32095

Text Example


Text Example

White with #A32095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32095; }

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

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

background-color css

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

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

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

border-color css

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

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

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