#A758AC

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

Shades of Violet Blue #A758AC

Tints of Violet Blue #A758AC

Color information

#A758AC (or 0xA758AC) is unknown color: approx Violet Blue. HEX triplet: A7, 58 and AC. RGB value is (167,88,172). Sum of RGB (Red+Green+Blue) = 167+88+172=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #A758AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A758AC is #58A753. Grayscale: #787878. Windows color (decimal): -5810004 or 11294887. OLE color: 11294887.

HSL color Cylindrical-coordinate representation of color #A758AC: hue angle of 296.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A758AC is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16788172-
CMYK0.030.4900.33
HSL296.43º33.6%50.98%-
HSV(B)296.43º48.84%67.45%-
XYZ26.8718.1741.12-
YUV121.2156.67160.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.11%
GREEN value IS 88 (34.77% from 255) = 20.61%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=39.11%
G=20.61%
B=40.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167881720.030.4900.33296.4333.650.98
HexA758AC3310211282233
Octal2471302543610414504263
Binary10100111101100010101100111100010100001100101000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A758AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A758AC; }

 p { color: rgb(167,88,172); }

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

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

 a { background-color: rgb(167,88,172); }

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

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

 span { border-color: rgb(167,88,172); }

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