#A607C1

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

Shades of Dark Violet #A607C1

Tints of Dark Violet #A607C1

Color information

#A607C1 (or 0xA607C1) is unknown color: approx Dark Violet. HEX triplet: A6, 07 and C1. RGB value is (166,7,193). Sum of RGB (Red+Green+Blue) = 166+7+193=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #A607C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A607C1 is #59F83E. Grayscale: #4B4B4B. Windows color (decimal): -5896255 or 12650406. OLE color: 12650406.

HSL color Cylindrical-coordinate representation of color #A607C1: hue angle of 291.29º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A607C1 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1667193-
CMYK0.140.9600.24
HSL291.29º93%39.22%-
HSV(B)291.29º96.37%75.69%-
XYZ25.4312.1151.45-
YUV75.74194.18192.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 7 (3.12% from 255) = 1.91%
BLUE value IS 193 (75.78% from 255) = 52.73%
R=45.36%
G=1.91%
B=52.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16671930.140.9600.24291.299339.22
HexA67C1E600181235d27
Octal24673011614003044313547
Binary1010011011111000001111011000000110001001000111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A607C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A607C1; }

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

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

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

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

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

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

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

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