#A6619D

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

Shades of Violet Blue #A6619D

Tints of Violet Blue #A6619D

Color information

#A6619D (or 0xA6619D) is unknown color: approx Violet Blue. HEX triplet: A6, 61 and 9D. RGB value is (166,97,157). Sum of RGB (Red+Green+Blue) = 166+97+157=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6619D is #599E62. Grayscale: #7C7C7C. Windows color (decimal): -5873251 or 10314150. OLE color: 10314150.

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

Color convert

RGB16697157-
CMYK00.420.050.35
HSL307.83º27.94%51.57%-
HSV(B)307.83º41.57%65.1%-
XYZ26.0919.0934.21-
YUV124.47146.36157.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=39.52%
G=23.10%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669715700.420.050.35307.8327.9451.57
HexA6619D02A5231341c34
Octal2461412350525434643464
Binary10100110110000110011101010101010110001110011010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6619D; }

 p { color: rgb(166,97,157); }

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

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

 a { background-color: rgb(166,97,157); }

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

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

 span { border-color: rgb(166,97,157); }

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