Html Css Color HEX #AB6599 Violet Blue

📋 copy color: '#AB6599'

red 171 ◦ green 101 ◦ blue 153

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

Shades of Violet Blue #AB6599

Tints of Violet Blue #AB6599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.76%

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

R = 40.24%
G = 23.76%
B = 36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB6599 (or 0xAB6599) is known color: Violet Blue. HEX triplet: AB, 65 and 99. RGB value is (171,101,153). Sum of RGB (Red+Green+Blue) = 171+101+153=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6599 is #549A66. Grayscale: #7F7F7F. Windows color (decimal): -5544551 or 10053035. OLE color: 10053035.

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

Color convert

RGB 171 101 153 -
CMYK 0 0.41 0.11 0.33
HSL 315.43º 0.29% 0.53% -
HSV(B) 315.43º 0.41% 0.67% -
XYZ 27.2 20.27 32.62 -
YUV 127.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 171 101 153 0 0.41 0.11 0.33 315.43 0.29 0.53
Hex AB 65 99 0 29 B 21 13B 1D 35
Octal 253 145 231 0 51 13 41 473 35 65
Binary 10101011 1100101 10011001 0 101001 1011 100001 100111011 11101 110101

Color Harmonies of #AB6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6599

Black with #AB6599

Text Example


Text Example

White with #AB6599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6599; }

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

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

background-color css

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

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

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

border-color css

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

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

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