#A758AB

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

Shades of Violet Blue #A758AB

Tints of Violet Blue #A758AB

Color information

#A758AB (or 0xA758AB) is unknown color: approx Violet Blue. HEX triplet: A7, 58 and AB. RGB value is (167,88,171). Sum of RGB (Red+Green+Blue) = 167+88+171=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #A758AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A758AB is #58A754. Grayscale: #787878. Windows color (decimal): -5810005 or 11229351. OLE color: 11229351.

HSL color Cylindrical-coordinate representation of color #A758AB: hue angle of 297.11º degrees, saturation: 0.33, 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 #A758AB is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16788171-
CMYK0.020.4900.33
HSL297.11º33.07%50.78%-
HSV(B)297.11º48.54%67.06%-
XYZ26.7818.1440.62-
YUV121.08156.17160.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 88 (34.77% from 255) = 20.66%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=39.20%
G=20.66%
B=40.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167881710.020.4900.33297.1133.0750.78
HexA758AB2310211292133
Octal2471302532610414514163
Binary10100111101100010101011101100010100001100101001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A758AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A758AB; }

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

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

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

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

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

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

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

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