Html Css Color HEX #A32B99 Medium Red Violet

📋 copy color: '#A32B99'

red 163 ◦ green 43 ◦ blue 153

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

Shades of Medium Red Violet #A32B99

Tints of Medium Red Violet #A32B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.62%

R = 45.4%
G = 11.98%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A32B99 (or 0xA32B99) is known color: Medium Red Violet. HEX triplet: A3, 2B and 99. RGB value is (163,43,153). Sum of RGB (Red+Green+Blue) = 163+43+153=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32B99 is #5CD466. Grayscale: #5B5B5B. Windows color (decimal): -6083687 or 10038179. OLE color: 10038179.

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

Color convert

RGB 163 43 153 -
CMYK 0 0.74 0.06 0.36
HSL 305º 0.58% 0.4% -
HSV(B) 305º 0.74% 0.64% -
XYZ 21.72 11.81 31.27 -
YUV 91.42 162.76 179.06 -
System Red Green Blue C M Y K H S L
Decimal 163 43 153 0 0.74 0.06 0.36 305 0.58 0.4
Hex A3 2B 99 0 4A 6 24 131 3A 28
Octal 243 53 231 0 112 6 44 461 72 50
Binary 10100011 101011 10011001 0 1001010 110 100100 100110001 111010 101000

Color Harmonies of #A32B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B99

Black with #A32B99

Text Example


Text Example

White with #A32B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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