#A75C9E

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

Shades of Violet Blue #A75C9E

Tints of Violet Blue #A75C9E

Color information

#A75C9E (or 0xA75C9E) is unknown color: approx Violet Blue. HEX triplet: A7, 5C and 9E. RGB value is (167,92,158). Sum of RGB (Red+Green+Blue) = 167+92+158=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75C9E is #58A361. Grayscale: #797979. Windows color (decimal): -5808994 or 10378407. OLE color: 10378407.

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

Color convert

RGB16792158-
CMYK00.450.050.35
HSL307.2º29.88%50.78%-
HSV(B)307.2º44.91%65.49%-
XYZ25.9418.3434.52-
YUV121.95148.35160.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 92 (36.33% from 255) = 22.06%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=40.05%
G=22.06%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679215800.450.050.35307.229.8850.78
HexA75C9E02D5231331e33
Octal2471342360555434633663
Binary10100111101110010011110010110110110001110011001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75C9E; }

 p { color: rgb(167,92,158); }

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

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

 a { background-color: rgb(167,92,158); }

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

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

 span { border-color: rgb(167,92,158); }

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