#AB69A0

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

Shades of Violet Blue #AB69A0

Tints of Violet Blue #AB69A0

Color information

#AB69A0 (or 0xAB69A0) is unknown color: approx Violet Blue. HEX triplet: AB, 69 and A0. RGB value is (171,105,160). Sum of RGB (Red+Green+Blue) = 171+105+160=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB69A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB69A0 is #54965F. Grayscale: #828282. Windows color (decimal): -5543520 or 10512811. OLE color: 10512811.

HSL color Cylindrical-coordinate representation of color #AB69A0: hue angle of 310º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB69A0 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB171105160-
CMYK00.390.060.33
HSL310º28.21%54.12%-
HSV(B)310º38.6%67.06%-
XYZ28.1921.335.88-
YUV131144.37156.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 160 (62.89% from 255) = 36.70%
R=39.22%
G=24.08%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110516000.390.060.3331028.2154.12
HexAB69A00276211361c36
Octal2531512400476414663466
Binary10101011110100110100000010011111010000110011011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB69A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB69A0; }

 p { color: rgb(171,105,160); }

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

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

 a { background-color: rgb(171,105,160); }

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

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

 span { border-color: rgb(171,105,160); }

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