#A75F9D

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

Shades of Violet Blue #A75F9D

Tints of Violet Blue #A75F9D

Color information

#A75F9D (or 0xA75F9D) is unknown color: approx Violet Blue. HEX triplet: A7, 5F and 9D. RGB value is (167,95,157). Sum of RGB (Red+Green+Blue) = 167+95+157=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75F9D is #58A062. Grayscale: #7B7B7B. Windows color (decimal): -5808227 or 10313639. OLE color: 10313639.

HSL color Cylindrical-coordinate representation of color #A75F9D: hue angle of 308.33º 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 #A75F9D is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB16795157-
CMYK00.430.060.35
HSL308.33º29.03%51.37%-
HSV(B)308.33º43.11%65.49%-
XYZ26.1118.8334.16-
YUV123.6146.85158.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=39.86%
G=22.67%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679515700.430.060.35308.3329.0351.37
HexA75F9D02B6231341d33
Octal2471372350536434643563
Binary10100111101111110011101010101111010001110011010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F9D; }

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

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

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

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

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

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

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

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