Html Css Color HEX #AB5499 Violet Blue

📋 copy color: '#AB5499'

red 171 ◦ green 84 ◦ blue 153

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

Shades of Violet Blue #AB5499

Tints of Violet Blue #AB5499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.59%

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

R = 41.91%
G = 20.59%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB5499 (or 0xAB5499) is known color: Violet Blue. HEX triplet: AB, 54 and 99. RGB value is (171,84,153). Sum of RGB (Red+Green+Blue) = 171+84+153=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5499 is #54AB66. Grayscale: #757575. Windows color (decimal): -5548903 or 10048683. OLE color: 10048683.

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

Color convert

RGB 171 84 153 -
CMYK 0 0.51 0.11 0.33
HSL 312.41º 0.34% 0.5% -
HSV(B) 312.41º 0.51% 0.67% -
XYZ 25.71 17.3 32.12 -
YUV 117.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 171 84 153 0 0.51 0.11 0.33 312.41 0.34 0.5
Hex AB 54 99 0 33 B 21 138 22 32
Octal 253 124 231 0 63 13 41 470 42 62
Binary 10101011 1010100 10011001 0 110011 1011 100001 100111000 100010 110010

Color Harmonies of #AB5499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5499

Black with #AB5499

Text Example


Text Example

White with #AB5499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5499; }

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

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

background-color css

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

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

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

border-color css

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

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

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