#AB69A1

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

Shades of Violet Blue #AB69A1

Tints of Violet Blue #AB69A1

Color information

#AB69A1 (or 0xAB69A1) is unknown color: approx Violet Blue. HEX triplet: AB, 69 and A1. RGB value is (171,105,161). Sum of RGB (Red+Green+Blue) = 171+105+161=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB69A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB69A1 is #54965E. Grayscale: #828282. Windows color (decimal): -5543519 or 10578347. OLE color: 10578347.

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

Color convert

RGB171105161-
CMYK00.390.060.33
HSL309.09º28.21%54.12%-
HSV(B)309.09º38.6%67.06%-
XYZ28.2821.3336.35-
YUV131.12144.87156.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.13%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 161 (63.28% from 255) = 36.84%
R=39.13%
G=24.03%
B=36.84%

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
Decimal17110516100.390.060.33309.0928.2154.12
HexAB69A10276211351c36
Octal2531512410476414653466
Binary10101011110100110100001010011111010000110011010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB69A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB69A1; }

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

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

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

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

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

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

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

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