#A068AC

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

Shades of Violet Blue #A068AC

Tints of Violet Blue #A068AC

Color information

#A068AC (or 0xA068AC) is unknown color: approx Violet Blue. HEX triplet: A0, 68 and AC. RGB value is (160,104,172). Sum of RGB (Red+Green+Blue) = 160+104+172=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #A068AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A068AC is #5F9753. Grayscale: #808080. Windows color (decimal): -6264660 or 11298976. OLE color: 11298976.

HSL color Cylindrical-coordinate representation of color #A068AC: hue angle of 289.41º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A068AC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160104172-
CMYK0.070.4000.33
HSL289.41º29.06%54.12%-
HSV(B)289.41º39.53%67.45%-
XYZ26.8920.3541.54-
YUV128.5152.55150.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.70%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=36.70%
G=23.85%
B=39.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601041720.070.4000.33289.4129.0654.12
HexA068AC7280211211d36
Octal2401502547500414413566
Binary10100000110100010101100111101000010000110010000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A068AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A068AC; }

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

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

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

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

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

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

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

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