#A641ED

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

Shades of Blue Violet #A641ED

Tints of Blue Violet #A641ED

Color information

#A641ED (or 0xA641ED) is unknown color: approx Blue Violet. HEX triplet: A6, 41 and ED. RGB value is (166,65,237). Sum of RGB (Red+Green+Blue) = 166+65+237=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #A641ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A641ED is #59BE12. Grayscale: #727272. Windows color (decimal): -5881363 or 15548838. OLE color: 15548838.

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

Color convert

RGB16665237-
CMYK0.300.7300.07
HSL275.23º82.69%59.22%-
HSV(B)275.23º72.57%92.94%-
XYZ32.91881.86-
YUV114.81196.96164.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 65 (25.78% from 255) = 13.89%
BLUE value IS 237 (92.97% from 255) = 50.64%
R=35.47%
G=13.89%
B=50.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal166652370.300.7300.07275.2382.6959.22
HexA641ED1E4907113533b
Octal246101355361110742312373
Binary1010011010000011110110111110100100101111000100111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A641ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A641ED; }

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

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

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

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

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

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

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

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