#A768AA

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

Shades of Violet Blue #A768AA

Tints of Violet Blue #A768AA

Color information

#A768AA (or 0xA768AA) is unknown color: approx Violet Blue. HEX triplet: A7, 68 and AA. RGB value is (167,104,170). Sum of RGB (Red+Green+Blue) = 167+104+170=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #A768AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A768AA is #589755. Grayscale: #828282. Windows color (decimal): -5805910 or 11167911. OLE color: 11167911.

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

Color convert

RGB167104170-
CMYK0.020.3900.33
HSL297.27º27.97%53.73%-
HSV(B)297.27º38.82%66.67%-
XYZ28.1421.0240.6-
YUV130.36150.37154.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.87%
GREEN value IS 104 (41.02% from 255) = 23.58%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=37.87%
G=23.58%
B=38.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671041700.020.3900.33297.2727.9753.73
HexA768AA2270211291c36
Octal2471502522470414513466
Binary1010011111010001010101010100111010000110010100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A768AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A768AA; }

 p { color: rgb(167,104,170); }

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

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

 a { background-color: rgb(167,104,170); }

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

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

 span { border-color: rgb(167,104,170); }

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