#A768AD

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

Shades of Violet Blue #A768AD

Tints of Violet Blue #A768AD

Color information

#A768AD (or 0xA768AD) is unknown color: approx Violet Blue. HEX triplet: A7, 68 and AD. RGB value is (167,104,173). Sum of RGB (Red+Green+Blue) = 167+104+173=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #A768AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A768AD is #589752. Grayscale: #828282. Windows color (decimal): -5805907 or 11364519. OLE color: 11364519.

HSL color Cylindrical-coordinate representation of color #A768AD: hue angle of 294.78º 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 #A768AD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167104173-
CMYK0.030.4000.32
HSL294.78º29.61%54.31%-
HSV(B)294.78º39.88%67.84%-
XYZ28.4321.1342.12-
YUV130.7151.87153.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.61%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=37.61%
G=23.42%
B=38.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671041730.030.4000.32294.7829.6154.31
HexA768AD3280201271e36
Octal2471502553500404473666
Binary1010011111010001010110111101000010000010010011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A768AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A768AD; }

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

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

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

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

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

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

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

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