#AB669C

Color #AB669C Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AB669C

Tints of Violet Blue #AB669C

Color information

#AB669C (or 0xAB669C) is unknown color: approx Violet Blue. HEX triplet: AB, 66 and 9C. RGB value is (171,102,156). Sum of RGB (Red+Green+Blue) = 171+102+156=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB669C is #549963. Grayscale: #808080. Windows color (decimal): -5544292 or 10249899. OLE color: 10249899.

HSL color Cylindrical-coordinate representation of color #AB669C: hue angle of 313.04º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB669C is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB171102156-
CMYK00.400.090.33
HSL313.04º29.11%53.53%-
HSV(B)313.04º40.35%67.06%-
XYZ27.5520.5633.97-
YUV128.79143.36158.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=39.86%
G=23.78%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110215600.400.090.33313.0429.1153.53
HexAB669C0289211391d36
Octal25314623405011414713566
Binary101010111100110100111000101000100110000110011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB669C; }

 p { color: rgb(171,102,156); }

 H1.HeaderClassName
 {
   color: #AB669C;
 }
 .AnyTagClassName
 {
   color: #AB669C;
 }
</style>
background-color css

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

 a { background-color: rgb(171,102,156); }

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

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

 span { border-color: rgb(171,102,156); }

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