#A7509B

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

Shades of Violet Blue #A7509B

Tints of Violet Blue #A7509B

Color information

#A7509B (or 0xA7509B) is unknown color: approx Violet Blue. HEX triplet: A7, 50 and 9B. RGB value is (167,80,155). Sum of RGB (Red+Green+Blue) = 167+80+155=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A7509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7509B is #58AF64. Grayscale: #727272. Windows color (decimal): -5812069 or 10178727. OLE color: 10178727.

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

Color convert

RGB16780155-
CMYK00.520.070.35
HSL308.28º35.22%48.43%-
HSV(B)308.28º52.1%65.49%-
XYZ24.7216.3232.86-
YUV114.56150.82165.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.54%
GREEN value IS 80 (31.64% from 255) = 19.90%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=41.54%
G=19.90%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678015500.520.070.35308.2835.2248.43
HexA7509B0347231342330
Octal2471202330647434644360
Binary101001111010000100110110110100111100011100110100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7509B; }

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

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

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

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

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

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

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

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