#A7569C

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

Shades of Violet Blue #A7569C

Tints of Violet Blue #A7569C

Color information

#A7569C (or 0xA7569C) is unknown color: approx Violet Blue. HEX triplet: A7, 56 and 9C. RGB value is (167,86,156). Sum of RGB (Red+Green+Blue) = 167+86+156=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A7569C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7569C is #58A963. Grayscale: #767676. Windows color (decimal): -5810532 or 10245799. OLE color: 10245799.

HSL color Cylindrical-coordinate representation of color #A7569C: hue angle of 308.15º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7569C is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16786156-
CMYK00.490.070.35
HSL308.15º32.02%49.61%-
HSV(B)308.15º48.5%65.49%-
XYZ25.2617.2733.45-
YUV118.2149.34162.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 86 (33.98% from 255) = 21.03%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=40.83%
G=21.03%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678615600.490.070.35308.1532.0249.61
HexA7569C0317231342032
Octal2471262340617434644062
Binary101001111010110100111000110001111100011100110100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7569C; }

 p { color: rgb(167,86,156); }

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

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

 a { background-color: rgb(167,86,156); }

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

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

 span { border-color: rgb(167,86,156); }

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