#A63AEE

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

Shades of Blue Violet #A63AEE

Tints of Blue Violet #A63AEE

Color information

#A63AEE (or 0xA63AEE) is unknown color: approx Blue Violet. HEX triplet: A6, 3A and EE. RGB value is (166,58,238). Sum of RGB (Red+Green+Blue) = 166+58+238=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #A63AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63AEE is #59C511. Grayscale: #6E6E6E. Windows color (decimal): -5883154 or 15612582. OLE color: 15612582.

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

Color convert

RGB16658238-
CMYK0.300.7600.07
HSL276º84.11%58.04%-
HSV(B)276º75.63%93.33%-
XYZ32.6717.3182.51-
YUV110.81199.78167.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 58 (23.05% from 255) = 12.55%
BLUE value IS 238 (93.36% from 255) = 51.52%
R=35.93%
G=12.55%
B=51.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal166582380.300.7600.0727684.1158.04
HexA63AEE1E4C07114543a
Octal24672356361140742412472
Binary101001101110101110111011110100110001111000101001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63AEE; }

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

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

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

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

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

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

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

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