Html Css Color HEX #A32B9B Medium Red Violet

📋 copy color: '#A32B9B'

red 163 ◦ green 43 ◦ blue 155

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

Shades of Medium Red Violet #A32B9B

Tints of Medium Red Violet #A32B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 45.15%
G = 11.91%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A32B9B (or 0xA32B9B) is known color: Medium Red Violet. HEX triplet: A3, 2B and 9B. RGB value is (163,43,155). Sum of RGB (Red+Green+Blue) = 163+43+155=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32B9B is #5CD464. Grayscale: #5B5B5B. Windows color (decimal): -6083685 or 10169251. OLE color: 10169251.

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

Color convert

RGB 163 43 155 -
CMYK 0 0.74 0.05 0.36
HSL 304º 0.58% 0.4% -
HSV(B) 304º 0.74% 0.64% -
XYZ 21.88 11.88 32.15 -
YUV 91.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 163 43 155 0 0.74 0.05 0.36 304 0.58 0.4
Hex A3 2B 9B 0 4A 5 24 130 3A 28
Octal 243 53 233 0 112 5 44 460 72 50
Binary 10100011 101011 10011011 0 1001010 101 100100 100110000 111010 101000

Color Harmonies of #A32B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B9B

Black with #A32B9B

Text Example


Text Example

White with #A32B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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