#A75AB2

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

Shades of Violet Blue #A75AB2

Tints of Violet Blue #A75AB2

Color information

#A75AB2 (or 0xA75AB2) is unknown color: approx Violet Blue. HEX triplet: A7, 5A and B2. RGB value is (167,90,178). Sum of RGB (Red+Green+Blue) = 167+90+178=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #A75AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75AB2 is #58A54D. Grayscale: #7A7A7A. Windows color (decimal): -5809486 or 11688615. OLE color: 11688615.

HSL color Cylindrical-coordinate representation of color #A75AB2: hue angle of 292.5º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75AB2 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16790178-
CMYK0.060.4900.30
HSL292.5º36.36%52.55%-
HSV(B)292.5º49.44%69.8%-
XYZ27.6318.7444.28-
YUV123.06159.01159.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.39%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 178 (69.92% from 255) = 40.92%
R=38.39%
G=20.69%
B=40.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167901780.060.4900.30292.536.3652.55
HexA75AB263101E1242435
Octal2471322626610364444465
Binary10100111101101010110010110110001011110100100100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75AB2; }

 p { color: rgb(167,90,178); }

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

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

 a { background-color: rgb(167,90,178); }

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

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

 span { border-color: rgb(167,90,178); }

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