#A7669F

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

Shades of Violet Blue #A7669F

Tints of Violet Blue #A7669F

Color information

#A7669F (or 0xA7669F) is unknown color: approx Violet Blue. HEX triplet: A7, 66 and 9F. RGB value is (167,102,159). Sum of RGB (Red+Green+Blue) = 167+102+159=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A7669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7669F is #589960. Grayscale: #7F7F7F. Windows color (decimal): -5806433 or 10446503. OLE color: 10446503.

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

Color convert

RGB167102159-
CMYK00.390.050.35
HSL307.38º26.97%52.75%-
HSV(B)307.38º38.92%65.49%-
XYZ26.9520.2235.28-
YUV127.93145.53155.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 159 (62.5% from 255) = 37.15%
R=39.02%
G=23.83%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710215900.390.050.35307.3826.9752.75
HexA7669F0275231331b35
Octal2471462370475434633365
Binary10100111110011010011111010011110110001110011001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7669F; }

 p { color: rgb(167,102,159); }

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

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

 a { background-color: rgb(167,102,159); }

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

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

 span { border-color: rgb(167,102,159); }

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