#A769B0

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

Shades of Violet Blue #A769B0

Tints of Violet Blue #A769B0

Color information

#A769B0 (or 0xA769B0) is unknown color: approx Violet Blue. HEX triplet: A7, 69 and B0. RGB value is (167,105,176). Sum of RGB (Red+Green+Blue) = 167+105+176=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 176 - color contains mainly: blue. Hex color #A769B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A769B0 is #58964F. Grayscale: #838383. Windows color (decimal): -5805648 or 11561383. OLE color: 11561383.

HSL color Cylindrical-coordinate representation of color #A769B0: hue angle of 292.39º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A769B0 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167105176-
CMYK0.050.4000.31
HSL292.39º31%55.1%-
HSV(B)292.39º40.34%69.02%-
XYZ28.8221.4543.7-
YUV131.63153.04153.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.28%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 176 (69.14% from 255) = 39.29%
R=37.28%
G=23.44%
B=39.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671051760.050.4000.31292.393155.1
HexA769B052801F1241f37
Octal2471512605500374443767
Binary1010011111010011011000010110100001111110010010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A769B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A769B0; }

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

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

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

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

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

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

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

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