#A758AD

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

Shades of Violet Blue #A758AD

Tints of Violet Blue #A758AD

Color information

#A758AD (or 0xA758AD) is unknown color: approx Violet Blue. HEX triplet: A7, 58 and AD. RGB value is (167,88,173). Sum of RGB (Red+Green+Blue) = 167+88+173=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #A758AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A758AD is #58A752. Grayscale: #797979. Windows color (decimal): -5810003 or 11360423. OLE color: 11360423.

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

Color convert

RGB16788173-
CMYK0.030.4900.32
HSL295.76º34.14%51.18%-
HSV(B)295.76º49.13%67.84%-
XYZ26.9718.2141.63-
YUV121.31157.17160.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 88 (34.77% from 255) = 20.56%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=39.02%
G=20.56%
B=40.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167881730.030.4900.32295.7634.1451.18
HexA758AD3310201282233
Octal2471302553610404504263
Binary10100111101100010101101111100010100000100101000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A758AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A758AD; }

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

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

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

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

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

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

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

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