Html Css Color HEX #AB4492 Medium Red Violet

📋 copy color: '#AB4492'

red 171 ◦ green 68 ◦ blue 146

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

Shades of Medium Red Violet #AB4492

Tints of Medium Red Violet #AB4492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.66%

 BLUE value IS 146 (57.42% from 255) = 37.92%

R = 44.42%
G = 17.66%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB4492 (or 0xAB4492) is known color: Medium Red Violet. HEX triplet: AB, 44 and 92. RGB value is (171,68,146). Sum of RGB (Red+Green+Blue) = 171+68+146=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4492 is #54BB6D. Grayscale: #6B6B6B. Windows color (decimal): -5553006 or 9585835. OLE color: 9585835.

HSL color Cylindrical-coordinate representation of color #AB4492: hue angle of 314.56º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4492 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 146 -
CMYK 0 0.60 0.15 0.33
HSL 314.56º 0.43% 0.47% -
HSV(B) 314.56º 0.6% 0.67% -
XYZ 24.05 14.87 28.8 -
YUV 107.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 171 68 146 0 0.60 0.15 0.33 314.56 0.43 0.47
Hex AB 44 92 0 3C F 21 13B 2B 2F
Octal 253 104 222 0 74 17 41 473 53 57
Binary 10101011 1000100 10010010 0 111100 1111 100001 100111011 101011 101111

Color Harmonies of #AB4492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4492

Black with #AB4492

Text Example


Text Example

White with #AB4492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4492; }

 p { color: rgb(171,68,146); }

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

background-color css

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

 a { background-color: rgb(171,68,146); }

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

border-color css

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

 span { border-color: rgb(171,68,146); }

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