Html Css Color HEX #A33490 Medium Red Violet

📋 copy color: '#A33490'

red 163 ◦ green 52 ◦ blue 144

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

Shades of Medium Red Violet #A33490

Tints of Medium Red Violet #A33490

RGB

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

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

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

R = 45.4%
G = 14.48%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A33490 (or 0xA33490) is known color: Medium Red Violet. HEX triplet: A3, 34 and 90. RGB value is (163,52,144). Sum of RGB (Red+Green+Blue) = 163+52+144=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A33490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33490 is #5CCB6F. Grayscale: #5F5F5F. Windows color (decimal): -6081392 or 9450659. OLE color: 9450659.

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

Color convert

RGB 163 52 144 -
CMYK 0 0.68 0.12 0.36
HSL 310.27º 0.52% 0.42% -
HSV(B) 310.27º 0.68% 0.64% -
XYZ 21.37 12.26 27.63 -
YUV 95.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 163 52 144 0 0.68 0.12 0.36 310.27 0.52 0.42
Hex A3 34 90 0 44 C 24 136 34 2A
Octal 243 64 220 0 104 14 44 466 64 52
Binary 10100011 110100 10010000 0 1000100 1100 100100 100110110 110100 101010

Color Harmonies of #A33490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33490

Black with #A33490

Text Example


Text Example

White with #A33490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33490; }

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

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

background-color css

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

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

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

border-color css

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

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

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