#A23EEA

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

Shades of Blue Violet #A23EEA

Tints of Blue Violet #A23EEA

Color information

#A23EEA (or 0xA23EEA) is unknown color: approx Blue Violet. HEX triplet: A2, 3E and EA. RGB value is (162,62,234). Sum of RGB (Red+Green+Blue) = 162+62+234=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #A23EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23EEA is #5DC115. Grayscale: #6E6E6E. Windows color (decimal): -6144278 or 15351458. OLE color: 15351458.

HSL color Cylindrical-coordinate representation of color #A23EEA: hue angle of 274.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A23EEA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16262234-
CMYK0.310.7400.08
HSL274.88º80.37%58.04%-
HSV(B)274.88º73.5%91.76%-
XYZ31.4717.0779.48-
YUV111.51197.13164.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 62 (24.61% from 255) = 13.54%
BLUE value IS 234 (91.80% from 255) = 51.09%
R=35.37%
G=13.54%
B=51.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal162622340.310.7400.08274.8880.3758.04
HexA23EEA1F4A08113503a
Octal242763523711201042312072
Binary1010001011111011101010111111001010010001000100111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23EEA; }

 p { color: rgb(162,62,234); }

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

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

 a { background-color: rgb(162,62,234); }

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

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

 span { border-color: rgb(162,62,234); }

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