Html Css Color HEX #AB5994 Violet Blue

📋 copy color: '#AB5994'

red 171 ◦ green 89 ◦ blue 148

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

Shades of Violet Blue #AB5994

Tints of Violet Blue #AB5994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.81%

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 41.91%
G = 21.81%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB5994 (or 0xAB5994) is known color: Violet Blue. HEX triplet: AB, 59 and 94. RGB value is (171,89,148). Sum of RGB (Red+Green+Blue) = 171+89+148=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5994 is #54A66B. Grayscale: #787878. Windows color (decimal): -5547628 or 9722283. OLE color: 9722283.

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

Color convert

RGB 171 89 148 -
CMYK 0 0.48 0.13 0.33
HSL 316.83º 0.33% 0.51% -
HSV(B) 316.83º 0.48% 0.67% -
XYZ 25.71 17.94 30.12 -
YUV 120.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 171 89 148 0 0.48 0.13 0.33 316.83 0.33 0.51
Hex AB 59 94 0 30 D 21 13D 21 33
Octal 253 131 224 0 60 15 41 475 41 63
Binary 10101011 1011001 10010100 0 110000 1101 100001 100111101 100001 110011

Color Harmonies of #AB5994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5994

Black with #AB5994

Text Example


Text Example

White with #AB5994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5994; }

 p { color: rgb(171,89,148); }

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

background-color css

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

 a { background-color: rgb(171,89,148); }

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

border-color css

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

 span { border-color: rgb(171,89,148); }

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