Html Css Color HEX #A32183 Dark Purple

📋 copy color: '#A32183'

red 163 ◦ green 33 ◦ blue 131

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

Shades of Dark Purple #A32183

Tints of Dark Purple #A32183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.06%

R = 49.85%
G = 10.09%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A32183 (or 0xA32183) is known color: Dark Purple. HEX triplet: A3, 21 and 83. RGB value is (163,33,131). Sum of RGB (Red+Green+Blue) = 163+33+131=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A32183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32183 is #5CDE7C. Grayscale: #525252. Windows color (decimal): -6086269 or 8593827. OLE color: 8593827.

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

Color convert

RGB 163 33 131 -
CMYK 0 0.80 0.20 0.36
HSL 314.77º 0.66% 0.38% -
HSV(B) 314.77º 0.8% 0.64% -
XYZ 19.74 10.51 22.46 -
YUV 83.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 163 33 131 0 0.80 0.20 0.36 314.77 0.66 0.38
Hex A3 21 83 0 50 14 24 13B 42 26
Octal 243 41 203 0 120 24 44 473 102 46
Binary 10100011 100001 10000011 0 1010000 10100 100100 100111011 1000010 100110

Color Harmonies of #A32183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32183

Black with #A32183

Text Example


Text Example

White with #A32183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32183; }

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

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

background-color css

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

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

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

border-color css

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

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

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