Html Css Color HEX #AB3490 Medium Red Violet

📋 copy color: '#AB3490'

red 171 ◦ green 52 ◦ blue 144

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

Shades of Medium Red Violet #AB3490

Tints of Medium Red Violet #AB3490

RGB

 RED value IS 171 (67.19% from 255) = 46.59%

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

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

R = 46.59%
G = 14.17%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB3490 (or 0xAB3490) is known color: Medium Red Violet. HEX triplet: AB, 34 and 90. RGB value is (171,52,144). Sum of RGB (Red+Green+Blue) = 171+52+144=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3490 is #54CB6F. Grayscale: #616161. Windows color (decimal): -5557104 or 9450667. OLE color: 9450667.

HSL color Cylindrical-coordinate representation of color #AB3490: hue angle of 313.61º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3490 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 52 144 -
CMYK 0 0.70 0.16 0.33
HSL 313.61º 0.53% 0.44% -
HSV(B) 313.61º 0.7% 0.67% -
XYZ 23.06 13.13 27.7 -
YUV 98.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 171 52 144 0 0.70 0.16 0.33 313.61 0.53 0.44
Hex AB 34 90 0 46 10 21 13A 35 2C
Octal 253 64 220 0 106 20 41 472 65 54
Binary 10101011 110100 10010000 0 1000110 10000 100001 100111010 110101 101100

Color Harmonies of #AB3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3490

Black with #AB3490

Text Example


Text Example

White with #AB3490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3490; }

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

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

background-color css

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

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

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

border-color css

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

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

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