Html Css Color HEX #A33396 Medium Red Violet

📋 copy color: '#A33396'

red 163 ◦ green 51 ◦ blue 150

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

Shades of Medium Red Violet #A33396

Tints of Medium Red Violet #A33396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

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

R = 44.78%
G = 14.01%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A33396 (or 0xA33396) is known color: Medium Red Violet. HEX triplet: A3, 33 and 96. RGB value is (163,51,150). Sum of RGB (Red+Green+Blue) = 163+51+150=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A33396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33396 is #5CCC69. Grayscale: #5F5F5F. Windows color (decimal): -6081642 or 9843619. OLE color: 9843619.

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

Color convert

RGB 163 51 150 -
CMYK 0 0.69 0.08 0.36
HSL 306.96º 0.52% 0.42% -
HSV(B) 306.96º 0.69% 0.64% -
XYZ 21.79 12.36 30.09 -
YUV 95.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 163 51 150 0 0.69 0.08 0.36 306.96 0.52 0.42
Hex A3 33 96 0 45 8 24 133 34 2A
Octal 243 63 226 0 105 10 44 463 64 52
Binary 10100011 110011 10010110 0 1000101 1000 100100 100110011 110100 101010

Color Harmonies of #A33396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33396

Black with #A33396

Text Example


Text Example

White with #A33396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33396; }

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

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

background-color css

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

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

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

border-color css

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

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

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