#A6629E

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

Shades of Violet Blue #A6629E

Tints of Violet Blue #A6629E

Color information

#A6629E (or 0xA6629E) is unknown color: approx Violet Blue. HEX triplet: A6, 62 and 9E. RGB value is (166,98,158). Sum of RGB (Red+Green+Blue) = 166+98+158=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6629E is #599D61. Grayscale: #7D7D7D. Windows color (decimal): -5872994 or 10379942. OLE color: 10379942.

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

Color convert

RGB16698158-
CMYK00.410.050.35
HSL307.06º27.64%51.76%-
HSV(B)307.06º40.96%65.1%-
XYZ26.2719.3134.69-
YUV125.17146.53157.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=39.34%
G=23.22%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669815800.410.050.35307.0627.6451.76
HexA6629E0295231331c34
Octal2461422360515434633464
Binary10100110110001010011110010100110110001110011001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6629E; }

 p { color: rgb(166,98,158); }

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

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

 a { background-color: rgb(166,98,158); }

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

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

 span { border-color: rgb(166,98,158); }

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