#A769AD

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

Shades of Violet Blue #A769AD

Tints of Violet Blue #A769AD

Color information

#A769AD (or 0xA769AD) is unknown color: approx Violet Blue. HEX triplet: A7, 69 and AD. RGB value is (167,105,173). Sum of RGB (Red+Green+Blue) = 167+105+173=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #A769AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A769AD is #589652. Grayscale: #838383. Windows color (decimal): -5805651 or 11364775. OLE color: 11364775.

HSL color Cylindrical-coordinate representation of color #A769AD: hue angle of 294.71º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A769AD is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167105173-
CMYK0.030.3900.32
HSL294.71º29.31%54.51%-
HSV(B)294.71º39.31%67.84%-
XYZ28.5321.3442.15-
YUV131.29151.54153.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.53%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=37.53%
G=23.60%
B=38.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671051730.030.3900.32294.7129.3154.51
HexA769AD3270201271d37
Octal2471512553470404473567
Binary1010011111010011010110111100111010000010010011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A769AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A769AD; }

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

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

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

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

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

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

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

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