#A75FAB

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

Shades of Violet Blue #A75FAB

Tints of Violet Blue #A75FAB

Color information

#A75FAB (or 0xA75FAB) is unknown color: approx Violet Blue. HEX triplet: A7, 5F and AB. RGB value is (167,95,171). Sum of RGB (Red+Green+Blue) = 167+95+171=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #A75FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75FAB is #58A054. Grayscale: #7C7C7C. Windows color (decimal): -5808213 or 11231143. OLE color: 11231143.

HSL color Cylindrical-coordinate representation of color #A75FAB: hue angle of 296.84º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A75FAB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16795171-
CMYK0.020.4400.33
HSL296.84º31.15%52.16%-
HSV(B)296.84º44.44%67.06%-
XYZ27.3819.3440.82-
YUV125.19153.85157.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.57%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=38.57%
G=21.94%
B=39.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167951710.020.4400.33296.8431.1552.16
HexA75FAB22C0211291f34
Octal2471372532540414513764
Binary1010011110111111010101110101100010000110010100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75FAB; }

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

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

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

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

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

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

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

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