Html Css Color HEX #AB6499 Violet Blue

📋 copy color: '#AB6499'

red 171 ◦ green 100 ◦ blue 153

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

Shades of Violet Blue #AB6499

Tints of Violet Blue #AB6499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.58%

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

R = 40.33%
G = 23.58%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB6499 (or 0xAB6499) is known color: Violet Blue. HEX triplet: AB, 64 and 99. RGB value is (171,100,153). Sum of RGB (Red+Green+Blue) = 171+100+153=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6499 is #549B66. Grayscale: #7F7F7F. Windows color (decimal): -5544807 or 10052779. OLE color: 10052779.

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

Color convert

RGB 171 100 153 -
CMYK 0 0.42 0.11 0.33
HSL 315.21º 0.3% 0.53% -
HSV(B) 315.21º 0.42% 0.67% -
XYZ 27.1 20.07 32.58 -
YUV 127.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 171 100 153 0 0.42 0.11 0.33 315.21 0.3 0.53
Hex AB 64 99 0 2A B 21 13B 1E 35
Octal 253 144 231 0 52 13 41 473 36 65
Binary 10101011 1100100 10011001 0 101010 1011 100001 100111011 11110 110101

Color Harmonies of #AB6499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6499

Black with #AB6499

Text Example


Text Example

White with #AB6499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6499; }

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

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

background-color css

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

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

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

border-color css

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

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

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