Html Css Color HEX #AB6099 Violet Blue

📋 copy color: '#AB6099'

red 171 ◦ green 96 ◦ blue 153

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

Shades of Violet Blue #AB6099

Tints of Violet Blue #AB6099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.86%

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

R = 40.71%
G = 22.86%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB6099 (or 0xAB6099) is known color: Violet Blue. HEX triplet: AB, 60 and 99. RGB value is (171,96,153). Sum of RGB (Red+Green+Blue) = 171+96+153=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6099 is #549F66. Grayscale: #7C7C7C. Windows color (decimal): -5545831 or 10051755. OLE color: 10051755.

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

Color convert

RGB 171 96 153 -
CMYK 0 0.44 0.11 0.33
HSL 314.4º 0.31% 0.52% -
HSV(B) 314.4º 0.44% 0.67% -
XYZ 26.73 19.32 32.46 -
YUV 124.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 171 96 153 0 0.44 0.11 0.33 314.4 0.31 0.52
Hex AB 60 99 0 2C B 21 13A 1F 34
Octal 253 140 231 0 54 13 41 472 37 64
Binary 10101011 1100000 10011001 0 101100 1011 100001 100111010 11111 110100

Color Harmonies of #AB6099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6099

Black with #AB6099

Text Example


Text Example

White with #AB6099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6099; }

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

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

background-color css

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

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

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

border-color css

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

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

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