#AB69B4

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

Shades of Violet Blue #AB69B4

Tints of Violet Blue #AB69B4

Color information

#AB69B4 (or 0xAB69B4) is unknown color: approx Violet Blue. HEX triplet: AB, 69 and B4. RGB value is (171,105,180). Sum of RGB (Red+Green+Blue) = 171+105+180=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB69B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69B4 is #54964B. Grayscale: #858585. Windows color (decimal): -5543500 or 11823531. OLE color: 11823531.

HSL color Cylindrical-coordinate representation of color #AB69B4: hue angle of 292.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB69B4 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171105180-
CMYK0.050.4200.29
HSL292.8º33.33%55.88%-
HSV(B)292.8º41.67%70.59%-
XYZ30.0822.0645.85-
YUV133.28154.37154.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 105 (41.41% from 255) = 23.03%
BLUE value IS 180 (70.70% from 255) = 39.47%
R=37.5%
G=23.03%
B=39.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711051800.050.4200.29292.833.3355.88
HexAB69B452A01D1252138
Octal2531512645520354454170
Binary10101011110100110110100101101010011101100100101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB69B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB69B4; }

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

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

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

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

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

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

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

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