Html Css Color HEX #A33190 Medium Red Violet

📋 copy color: '#A33190'

red 163 ◦ green 49 ◦ blue 144

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

Shades of Medium Red Violet #A33190

Tints of Medium Red Violet #A33190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.76%

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 45.79%
G = 13.76%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A33190 (or 0xA33190) is known color: Medium Red Violet. HEX triplet: A3, 31 and 90. RGB value is (163,49,144). Sum of RGB (Red+Green+Blue) = 163+49+144=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A33190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33190 is #5CCE6F. Grayscale: #5D5D5D. Windows color (decimal): -6082160 or 9449891. OLE color: 9449891.

HSL color Cylindrical-coordinate representation of color #A33190: hue angle of 310º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A33190 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 49 144 -
CMYK 0 0.70 0.12 0.36
HSL 310º 0.54% 0.42% -
HSV(B) 310º 0.7% 0.64% -
XYZ 21.24 12 27.58 -
YUV 93.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 163 49 144 0 0.70 0.12 0.36 310 0.54 0.42
Hex A3 31 90 0 46 C 24 136 36 2A
Octal 243 61 220 0 106 14 44 466 66 52
Binary 10100011 110001 10010000 0 1000110 1100 100100 100110110 110110 101010

Color Harmonies of #A33190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33190

Black with #A33190

Text Example


Text Example

White with #A33190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33190; }

 p { color: rgb(163,49,144); }

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

background-color css

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

 a { background-color: rgb(163,49,144); }

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

border-color css

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

 span { border-color: rgb(163,49,144); }

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