Html Css Color HEX #A32178 Dark Purple

📋 copy color: '#A32178'

red 163 ◦ green 33 ◦ blue 120

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

Shades of Dark Purple #A32178

Tints of Dark Purple #A32178

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.44%

 BLUE value IS 120 (47.27% from 255) = 37.97%

R = 51.58%
G = 10.44%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A32178 (or 0xA32178) is known color: Dark Purple. HEX triplet: A3, 21 and 78. RGB value is (163,33,120). Sum of RGB (Red+Green+Blue) = 163+33+120=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A32178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32178 is #5CDE87. Grayscale: #515151. Windows color (decimal): -6086280 or 7872931. OLE color: 7872931.

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

Color convert

RGB 163 33 120 -
CMYK 0 0.80 0.26 0.36
HSL 319.85º 0.66% 0.38% -
HSV(B) 319.85º 0.8% 0.64% -
XYZ 19.04 10.23 18.74 -
YUV 81.79 149.57 185.93 -
System Red Green Blue C M Y K H S L
Decimal 163 33 120 0 0.80 0.26 0.36 319.85 0.66 0.38
Hex A3 21 78 0 50 1A 24 140 42 26
Octal 243 41 170 0 120 32 44 500 102 46
Binary 10100011 100001 1111000 0 1010000 11010 100100 101000000 1000010 100110

Color Harmonies of #A32178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32178

Black with #A32178

Text Example


Text Example

White with #A32178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32178; }

 p { color: rgb(163,33,120); }

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

background-color css

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

 a { background-color: rgb(163,33,120); }

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

border-color css

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

 span { border-color: rgb(163,33,120); }

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