#A75F9B

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

Shades of Violet Blue #A75F9B

Tints of Violet Blue #A75F9B

Color information

#A75F9B (or 0xA75F9B) is unknown color: approx Violet Blue. HEX triplet: A7, 5F and 9B. RGB value is (167,95,155). Sum of RGB (Red+Green+Blue) = 167+95+155=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75F9B is #58A064. Grayscale: #7B7B7B. Windows color (decimal): -5808229 or 10182567. OLE color: 10182567.

HSL color Cylindrical-coordinate representation of color #A75F9B: hue angle of 310º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A75F9B is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16795155-
CMYK00.430.070.35
HSL310º29.03%51.37%-
HSV(B)310º43.11%65.49%-
XYZ25.9418.7733.27-
YUV123.37145.85159.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 95 (37.5% from 255) = 22.78%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=40.05%
G=22.78%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679515500.430.070.3531029.0351.37
HexA75F9B02B7231361d33
Octal2471372330537434663563
Binary10100111101111110011011010101111110001110011011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F9B; }

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

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

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

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

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

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

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

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