Html Css Color HEX #A33497 Medium Red Violet

📋 copy color: '#A33497'

red 163 ◦ green 52 ◦ blue 151

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

Shades of Medium Red Violet #A33497

Tints of Medium Red Violet #A33497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.26%

R = 44.54%
G = 14.21%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A33497 (or 0xA33497) is known color: Medium Red Violet. HEX triplet: A3, 34 and 97. RGB value is (163,52,151). Sum of RGB (Red+Green+Blue) = 163+52+151=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A33497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33497 is #5CCB68. Grayscale: #606060. Windows color (decimal): -6081385 or 9909411. OLE color: 9909411.

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

Color convert

RGB 163 52 151 -
CMYK 0 0.68 0.07 0.36
HSL 306.49º 0.52% 0.42% -
HSV(B) 306.49º 0.68% 0.64% -
XYZ 21.92 12.48 30.53 -
YUV 96.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 163 52 151 0 0.68 0.07 0.36 306.49 0.52 0.42
Hex A3 34 97 0 44 7 24 132 34 2A
Octal 243 64 227 0 104 7 44 462 64 52
Binary 10100011 110100 10010111 0 1000100 111 100100 100110010 110100 101010

Color Harmonies of #A33497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33497

Black with #A33497

Text Example


Text Example

White with #A33497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33497; }

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

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

background-color css

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

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

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

border-color css

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

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

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