Html Css Color HEX #AB5099 Violet Blue

📋 copy color: '#AB5099'

red 171 ◦ green 80 ◦ blue 153

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

Shades of Violet Blue #AB5099

Tints of Violet Blue #AB5099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.8%

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

R = 42.33%
G = 19.8%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB5099 (or 0xAB5099) is known color: Violet Blue. HEX triplet: AB, 50 and 99. RGB value is (171,80,153). Sum of RGB (Red+Green+Blue) = 171+80+153=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5099 is #54AF66. Grayscale: #737373. Windows color (decimal): -5549927 or 10047659. OLE color: 10047659.

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

Color convert

RGB 171 80 153 -
CMYK 0 0.53 0.11 0.33
HSL 311.87º 0.36% 0.49% -
HSV(B) 311.87º 0.53% 0.67% -
XYZ 25.41 16.7 32.02 -
YUV 115.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 171 80 153 0 0.53 0.11 0.33 311.87 0.36 0.49
Hex AB 50 99 0 35 B 21 138 24 31
Octal 253 120 231 0 65 13 41 470 44 61
Binary 10101011 1010000 10011001 0 110101 1011 100001 100111000 100100 110001

Color Harmonies of #AB5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5099

Black with #AB5099

Text Example


Text Example

White with #AB5099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5099; }

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

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

background-color css

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

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

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

border-color css

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

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

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