Html Css Color HEX #AB4090 Medium Red Violet

📋 copy color: '#AB4090'

red 171 ◦ green 64 ◦ blue 144

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

Shades of Medium Red Violet #AB4090

Tints of Medium Red Violet #AB4090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

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

R = 45.12%
G = 16.89%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB4090 (or 0xAB4090) is known color: Medium Red Violet. HEX triplet: AB, 40 and 90. RGB value is (171,64,144). Sum of RGB (Red+Green+Blue) = 171+64+144=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4090 is #54BF6F. Grayscale: #686868. Windows color (decimal): -5554032 or 9453739. OLE color: 9453739.

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

Color convert

RGB 171 64 144 -
CMYK 0 0.63 0.16 0.33
HSL 315.14º 0.46% 0.46% -
HSV(B) 315.14º 0.63% 0.67% -
XYZ 23.66 14.34 27.91 -
YUV 105.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 171 64 144 0 0.63 0.16 0.33 315.14 0.46 0.46
Hex AB 40 90 0 3F 10 21 13B 2E 2E
Octal 253 100 220 0 77 20 41 473 56 56
Binary 10101011 1000000 10010000 0 111111 10000 100001 100111011 101110 101110

Color Harmonies of #AB4090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4090

Black with #AB4090

Text Example


Text Example

White with #AB4090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4090; }

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

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

background-color css

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

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

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

border-color css

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

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

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