Html Css Color HEX #AB5899 Violet Blue

📋 copy color: '#AB5899'

red 171 ◦ green 88 ◦ blue 153

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

Shades of Violet Blue #AB5899

Tints of Violet Blue #AB5899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.36%

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

R = 41.5%
G = 21.36%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB5899 (or 0xAB5899) is known color: Violet Blue. HEX triplet: AB, 58 and 99. RGB value is (171,88,153). Sum of RGB (Red+Green+Blue) = 171+88+153=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5899 is #54A766. Grayscale: #787878. Windows color (decimal): -5547879 or 10049707. OLE color: 10049707.

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

Color convert

RGB 171 88 153 -
CMYK 0 0.49 0.11 0.33
HSL 313.01º 0.33% 0.51% -
HSV(B) 313.01º 0.49% 0.67% -
XYZ 26.03 17.94 32.23 -
YUV 120.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 171 88 153 0 0.49 0.11 0.33 313.01 0.33 0.51
Hex AB 58 99 0 31 B 21 139 21 33
Octal 253 130 231 0 61 13 41 471 41 63
Binary 10101011 1011000 10011001 0 110001 1011 100001 100111001 100001 110011

Color Harmonies of #AB5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5899

Black with #AB5899

Text Example


Text Example

White with #AB5899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5899; }

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

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

background-color css

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

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

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

border-color css

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

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

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