#AB669E

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

Shades of Violet Blue #AB669E

Tints of Violet Blue #AB669E

Color information

#AB669E (or 0xAB669E) is unknown color: approx Violet Blue. HEX triplet: AB, 66 and 9E. RGB value is (171,102,158). Sum of RGB (Red+Green+Blue) = 171+102+158=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB669E is #549961. Grayscale: #808080. Windows color (decimal): -5544290 or 10380971. OLE color: 10380971.

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

Color convert

RGB171102158-
CMYK00.400.080.33
HSL311.3º29.11%53.53%-
HSV(B)311.3º40.35%67.06%-
XYZ27.7220.6334.87-
YUV129.01144.36157.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=39.68%
G=23.67%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110215800.400.080.33311.329.1153.53
HexAB669E0288211371d36
Octal25314623605010414673566
Binary101010111100110100111100101000100010000110011011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB669E; }

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

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

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

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

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

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

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

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