#A069AD

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

Shades of Violet Blue #A069AD

Tints of Violet Blue #A069AD

Color information

#A069AD (or 0xA069AD) is unknown color: approx Violet Blue. HEX triplet: A0, 69 and AD. RGB value is (160,105,173). Sum of RGB (Red+Green+Blue) = 160+105+173=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #A069AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A069AD is #5F9652. Grayscale: #808080. Windows color (decimal): -6264403 or 11364768. OLE color: 11364768.

HSL color Cylindrical-coordinate representation of color #A069AD: hue angle of 288.53º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A069AD is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160105173-
CMYK0.080.3900.32
HSL288.53º29.31%54.51%-
HSV(B)288.53º39.31%67.84%-
XYZ27.0920.5942.08-
YUV129.2152.72149.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.53%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=36.53%
G=23.97%
B=39.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601051730.080.3900.32288.5329.3154.51
HexA069AD8270201211d37
Octal24015125510470404413567
Binary101000001101001101011011000100111010000010010000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069AD; }

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

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

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

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

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

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

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

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