#AB679A

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

Shades of Violet Blue #AB679A

Tints of Violet Blue #AB679A

Color information

#AB679A (or 0xAB679A) is unknown color: approx Violet Blue. HEX triplet: AB, 67 and 9A. RGB value is (171,103,154). Sum of RGB (Red+Green+Blue) = 171+103+154=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB679A is #549865. Grayscale: #818181. Windows color (decimal): -5544038 or 10119083. OLE color: 10119083.

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

Color convert

RGB171103154-
CMYK00.400.100.33
HSL315º28.81%53.73%-
HSV(B)315º39.77%67.06%-
XYZ27.4820.6933.12-
YUV129.15142.03157.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 154 (60.55% from 255) = 35.98%
R=39.95%
G=24.07%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110315400.400.100.3331528.8153.73
HexAB679A028A2113b1d36
Octal25314723205012414733566
Binary101010111100111100110100101000101010000110011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB679A; }

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

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

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

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

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

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

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

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