Html Css Color HEX #A33491 Medium Red Violet

📋 copy color: '#A33491'

red 163 ◦ green 52 ◦ blue 145

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

Shades of Medium Red Violet #A33491

Tints of Medium Red Violet #A33491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.44%

 BLUE value IS 145 (57.03% from 255) = 40.28%

R = 45.28%
G = 14.44%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A33491 (or 0xA33491) is known color: Medium Red Violet. HEX triplet: A3, 34 and 91. RGB value is (163,52,145). Sum of RGB (Red+Green+Blue) = 163+52+145=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A33491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33491 is #5CCB6E. Grayscale: #5F5F5F. Windows color (decimal): -6081391 or 9516195. OLE color: 9516195.

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

Color convert

RGB 163 52 145 -
CMYK 0 0.68 0.11 0.36
HSL 309.73º 0.52% 0.42% -
HSV(B) 309.73º 0.68% 0.64% -
XYZ 21.44 12.29 28.03 -
YUV 95.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 163 52 145 0 0.68 0.11 0.36 309.73 0.52 0.42
Hex A3 34 91 0 44 B 24 136 34 2A
Octal 243 64 221 0 104 13 44 466 64 52
Binary 10100011 110100 10010001 0 1000100 1011 100100 100110110 110100 101010

Color Harmonies of #A33491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33491

Black with #A33491

Text Example


Text Example

White with #A33491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33491; }

 p { color: rgb(163,52,145); }

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

background-color css

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

 a { background-color: rgb(163,52,145); }

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

border-color css

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

 span { border-color: rgb(163,52,145); }

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