#A7659D

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

Shades of Violet Blue #A7659D

Tints of Violet Blue #A7659D

Color information

#A7659D (or 0xA7659D) is unknown color: approx Violet Blue. HEX triplet: A7, 65 and 9D. RGB value is (167,101,157). Sum of RGB (Red+Green+Blue) = 167+101+157=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A7659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7659D is #589A62. Grayscale: #7E7E7E. Windows color (decimal): -5806691 or 10315175. OLE color: 10315175.

HSL color Cylindrical-coordinate representation of color #A7659D: hue angle of 309.09º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7659D is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB167101157-
CMYK00.400.060.35
HSL309.09º27.27%52.55%-
HSV(B)309.09º39.52%65.49%-
XYZ26.6819.9634.34-
YUV127.12144.87156.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=39.29%
G=23.76%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710115700.400.060.35309.0927.2752.55
HexA7659D0286231351b35
Octal2471452350506434653365
Binary10100111110010110011101010100011010001110011010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7659D; }

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

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

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

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

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

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

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

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