#AB679B

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

Shades of Violet Blue #AB679B

Tints of Violet Blue #AB679B

Color information

#AB679B (or 0xAB679B) is unknown color: approx Violet Blue. HEX triplet: AB, 67 and 9B. RGB value is (171,103,155). Sum of RGB (Red+Green+Blue) = 171+103+155=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB679B is #549864. Grayscale: #818181. Windows color (decimal): -5544037 or 10184619. OLE color: 10184619.

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

Color convert

RGB171103155-
CMYK00.400.090.33
HSL314.12º28.81%53.73%-
HSV(B)314.12º39.77%67.06%-
XYZ27.5620.7233.56-
YUV129.26142.53157.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=39.86%
G=24.01%
B=36.13%

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
Decimal17110315500.400.090.33314.1228.8153.73
HexAB679B02892113a1d36
Octal25314723305011414723566
Binary101010111100111100110110101000100110000110011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB679B; }

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

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

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

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

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

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

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

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