#A069AB

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

Shades of Violet Blue #A069AB

Tints of Violet Blue #A069AB

Color information

#A069AB (or 0xA069AB) is unknown color: approx Violet Blue. HEX triplet: A0, 69 and AB. RGB value is (160,105,171). Sum of RGB (Red+Green+Blue) = 160+105+171=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #A069AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A069AB is #5F9654. Grayscale: #808080. Windows color (decimal): -6264405 or 11233696. OLE color: 11233696.

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

Color convert

RGB160105171-
CMYK0.060.3900.33
HSL290º28.21%54.12%-
HSV(B)290º38.6%67.06%-
XYZ26.920.5241.07-
YUV128.97151.72150.13-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601051710.060.3900.3329028.2154.12
HexA069AB6270211221c36
Octal2401512536470414423466
Binary10100000110100110101011110100111010000110010001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069AB; }

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

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

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

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

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

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

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

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