#A645EE

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

Shades of Blue Violet #A645EE

Tints of Blue Violet #A645EE

Color information

#A645EE (or 0xA645EE) is unknown color: approx Blue Violet. HEX triplet: A6, 45 and EE. RGB value is (166,69,238). Sum of RGB (Red+Green+Blue) = 166+69+238=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #A645EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A645EE is #59BA11. Grayscale: #747474. Windows color (decimal): -5880338 or 15615398. OLE color: 15615398.

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

Color convert

RGB16669238-
CMYK0.300.7100.07
HSL274.44º83.25%60.2%-
HSV(B)274.44º71.01%93.33%-
XYZ33.2918.5482.71-
YUV117.27196.14162.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 69 (27.34% from 255) = 14.59%
BLUE value IS 238 (93.36% from 255) = 50.32%
R=35.10%
G=14.59%
B=50.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal166692380.300.7100.07274.4483.2560.2
HexA645EE1E4707112533c
Octal246105356361070742212374
Binary1010011010001011110111011110100011101111000100101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A645EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A645EE; }

 p { color: rgb(166,69,238); }

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

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

 a { background-color: rgb(166,69,238); }

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

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

 span { border-color: rgb(166,69,238); }

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