#A069AC

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

Shades of Violet Blue #A069AC

Tints of Violet Blue #A069AC

Color information

#A069AC (or 0xA069AC) is unknown color: approx Violet Blue. HEX triplet: A0, 69 and AC. RGB value is (160,105,172). Sum of RGB (Red+Green+Blue) = 160+105+172=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #A069AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A069AC is #5F9653. Grayscale: #808080. Windows color (decimal): -6264404 or 11299232. OLE color: 11299232.

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

Color convert

RGB160105172-
CMYK0.070.3900.33
HSL289.25º28.76%54.31%-
HSV(B)289.25º38.95%67.45%-
XYZ2720.5641.57-
YUV129.08152.22150.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 172 (67.58% from 255) = 39.36%
R=36.61%
G=24.03%
B=39.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601051720.070.3900.33289.2528.7654.31
HexA069AC7270211211d36
Octal2401512547470414413566
Binary10100000110100110101100111100111010000110010000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069AC; }

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

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

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

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

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

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

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

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