#A068AD

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

Shades of Violet Blue #A068AD

Tints of Violet Blue #A068AD

Color information

#A068AD (or 0xA068AD) is unknown color: approx Violet Blue. HEX triplet: A0, 68 and AD. RGB value is (160,104,173). Sum of RGB (Red+Green+Blue) = 160+104+173=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #A068AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A068AD is #5F9752. Grayscale: #808080. Windows color (decimal): -6264659 or 11364512. OLE color: 11364512.

HSL color Cylindrical-coordinate representation of color #A068AD: hue angle of 288.7º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A068AD is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160104173-
CMYK0.080.4000.32
HSL288.7º29.61%54.31%-
HSV(B)288.7º39.88%67.84%-
XYZ26.9920.3942.05-
YUV128.61153.05150.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=36.61%
G=23.80%
B=39.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601041730.080.4000.32288.729.6154.31
HexA068AD8280201211e36
Octal24015025510500404413666
Binary101000001101000101011011000101000010000010010000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A068AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A068AD; }

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

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

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

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

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

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

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

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