Html Css Color HEX #AB5599 Violet Blue

📋 copy color: '#AB5599'

red 171 ◦ green 85 ◦ blue 153

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

Shades of Violet Blue #AB5599

Tints of Violet Blue #AB5599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.78%

 BLUE value IS 153 (60.16% from 255) = 37.41%

R = 41.81%
G = 20.78%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB5599 (or 0xAB5599) is known color: Violet Blue. HEX triplet: AB, 55 and 99. RGB value is (171,85,153). Sum of RGB (Red+Green+Blue) = 171+85+153=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5599 is #54AA66. Grayscale: #767676. Windows color (decimal): -5548647 or 10048939. OLE color: 10048939.

HSL color Cylindrical-coordinate representation of color #AB5599: hue angle of 312.56º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5599 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 153 -
CMYK 0 0.50 0.11 0.33
HSL 312.56º 0.34% 0.5% -
HSV(B) 312.56º 0.5% 0.67% -
XYZ 25.79 17.45 32.15 -
YUV 118.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 171 85 153 0 0.50 0.11 0.33 312.56 0.34 0.5
Hex AB 55 99 0 32 B 21 139 22 32
Octal 253 125 231 0 62 13 41 471 42 62
Binary 10101011 1010101 10011001 0 110010 1011 100001 100111001 100010 110010

Color Harmonies of #AB5599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5599

Black with #AB5599

Text Example


Text Example

White with #AB5599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5599; }

 p { color: rgb(171,85,153); }

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

background-color css

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

 a { background-color: rgb(171,85,153); }

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

border-color css

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

 span { border-color: rgb(171,85,153); }

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