Html Css Color HEX #A32B96 Medium Red Violet

📋 copy color: '#A32B96'

red 163 ◦ green 43 ◦ blue 150

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

Shades of Medium Red Violet #A32B96

Tints of Medium Red Violet #A32B96

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.08%

 BLUE value IS 150 (58.98% from 255) = 42.13%

R = 45.79%
G = 12.08%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A32B96 (or 0xA32B96) is known color: Medium Red Violet. HEX triplet: A3, 2B and 96. RGB value is (163,43,150). Sum of RGB (Red+Green+Blue) = 163+43+150=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32B96 is #5CD469. Grayscale: #5A5A5A. Windows color (decimal): -6083690 or 9841571. OLE color: 9841571.

HSL color Cylindrical-coordinate representation of color #A32B96: hue angle of 306.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32B96 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 43 150 -
CMYK 0 0.74 0.08 0.36
HSL 306.5º 0.58% 0.4% -
HSV(B) 306.5º 0.74% 0.64% -
XYZ 21.47 11.72 29.98 -
YUV 91.08 161.26 179.3 -
System Red Green Blue C M Y K H S L
Decimal 163 43 150 0 0.74 0.08 0.36 306.5 0.58 0.4
Hex A3 2B 96 0 4A 8 24 132 3A 28
Octal 243 53 226 0 112 10 44 462 72 50
Binary 10100011 101011 10010110 0 1001010 1000 100100 100110010 111010 101000

Color Harmonies of #A32B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B96

Black with #A32B96

Text Example


Text Example

White with #A32B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B96; }

 p { color: rgb(163,43,150); }

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

background-color css

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

 a { background-color: rgb(163,43,150); }

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

border-color css

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

 span { border-color: rgb(163,43,150); }

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