#A642ED

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

Shades of Blue Violet #A642ED

Tints of Blue Violet #A642ED

Color information

#A642ED (or 0xA642ED) is unknown color: approx Blue Violet. HEX triplet: A6, 42 and ED. RGB value is (166,66,237). Sum of RGB (Red+Green+Blue) = 166+66+237=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #A642ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A642ED is #59BD12. Grayscale: #727272. Windows color (decimal): -5881107 or 15549094. OLE color: 15549094.

HSL color Cylindrical-coordinate representation of color #A642ED: hue angle of 275.09º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A642ED is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16666237-
CMYK0.300.7200.07
HSL275.09º82.61%59.41%-
HSV(B)275.09º72.15%92.94%-
XYZ32.9618.1281.88-
YUV115.39196.63164.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 66 (26.17% from 255) = 14.07%
BLUE value IS 237 (92.97% from 255) = 50.53%
R=35.39%
G=14.07%
B=50.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal166662370.300.7200.07275.0982.6159.41
HexA642ED1E4807113533b
Octal246102355361100742312373
Binary1010011010000101110110111110100100001111000100111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A642ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A642ED; }

 p { color: rgb(166,66,237); }

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

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

 a { background-color: rgb(166,66,237); }

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

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

 span { border-color: rgb(166,66,237); }

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