#A769AA

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

Shades of Violet Blue #A769AA

Tints of Violet Blue #A769AA

Color information

#A769AA (or 0xA769AA) is unknown color: approx Violet Blue. HEX triplet: A7, 69 and AA. RGB value is (167,105,170). Sum of RGB (Red+Green+Blue) = 167+105+170=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #A769AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A769AA is #589655. Grayscale: #828282. Windows color (decimal): -5805654 or 11168167. OLE color: 11168167.

HSL color Cylindrical-coordinate representation of color #A769AA: hue angle of 297.23º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A769AA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167105170-
CMYK0.020.3800.33
HSL297.23º27.66%53.92%-
HSV(B)297.23º38.24%66.67%-
XYZ28.2421.2240.64-
YUV130.95150.04153.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.78%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=37.78%
G=23.76%
B=38.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671051700.020.3800.33297.2327.6653.92
HexA769AA2260211291c36
Octal2471512522460414513466
Binary1010011111010011010101010100110010000110010100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A769AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A769AA; }

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

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

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

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

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

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

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

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