#AB669B

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

Shades of Violet Blue #AB669B

Tints of Violet Blue #AB669B

Color information

#AB669B (or 0xAB669B) is unknown color: approx Violet Blue. HEX triplet: AB, 66 and 9B. RGB value is (171,102,155). Sum of RGB (Red+Green+Blue) = 171+102+155=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB669B is #549964. Grayscale: #808080. Windows color (decimal): -5544293 or 10184363. OLE color: 10184363.

HSL color Cylindrical-coordinate representation of color #AB669B: hue angle of 313.91º 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 #AB669B is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB171102155-
CMYK00.400.090.33
HSL313.91º29.11%53.53%-
HSV(B)313.91º40.35%67.06%-
XYZ27.4620.5333.53-
YUV128.67142.86158.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=39.95%
G=23.83%
B=36.21%

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
Decimal17110215500.400.090.33313.9129.1153.53
HexAB669B02892113a1d36
Octal25314623305011414723566
Binary101010111100110100110110101000100110000110011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB669B; }

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

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

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

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

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

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

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

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