#A607B4

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

Shades of Dark Violet #A607B4

Tints of Dark Violet #A607B4

Color information

#A607B4 (or 0xA607B4) is unknown color: approx Dark Violet. HEX triplet: A6, 07 and B4. RGB value is (166,7,180). Sum of RGB (Red+Green+Blue) = 166+7+180=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #A607B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A607B4 is #59F84B. Grayscale: #494949. Windows color (decimal): -5896268 or 11798438. OLE color: 11798438.

HSL color Cylindrical-coordinate representation of color #A607B4: hue angle of 295.14º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A607B4 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1667180-
CMYK0.080.9600.29
HSL295.14º92.51%36.67%-
HSV(B)295.14º96.11%70.59%-
XYZ24.0411.5544.14-
YUV74.26187.68193.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 7 (3.12% from 255) = 1.98%
BLUE value IS 180 (70.70% from 255) = 50.99%
R=47.03%
G=1.98%
B=50.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16671800.080.9600.29295.1492.5136.67
HexA67B486001D1275d25
Octal24672641014003544713545
Binary1010011011110110100100011000000111011001001111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A607B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A607B4; }

 p { color: rgb(166,7,180); }

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

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

 a { background-color: rgb(166,7,180); }

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

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

 span { border-color: rgb(166,7,180); }

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