#A607EB

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

Shades of Dark Violet #A607EB

Tints of Dark Violet #A607EB

Color information

#A607EB (or 0xA607EB) is unknown color: approx Dark Violet. HEX triplet: A6, 07 and EB. RGB value is (166,7,235). Sum of RGB (Red+Green+Blue) = 166+7+235=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #A607EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A607EB is #59F814. Grayscale: #4F4F4F. Windows color (decimal): -5896213 or 15402918. OLE color: 15402918.

HSL color Cylindrical-coordinate representation of color #A607EB: hue angle of 281.84º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A607EB is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1667235-
CMYK0.290.9700.08
HSL281.84º94.21%47.45%-
HSV(B)281.84º97.02%92.16%-
XYZ30.814.2679.73-
YUV80.53215.18188.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 7 (3.12% from 255) = 1.72%
BLUE value IS 235 (92.19% from 255) = 57.60%
R=40.69%
G=1.72%
B=57.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal16672350.290.9700.08281.8494.2147.45
HexA67EB1D610811a5e2f
Octal24673533514101043213657
Binary1010011011111101011111011100001010001000110101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A607EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A607EB; }

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

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

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

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

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

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

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

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