#A232E8

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

Shades of Blue Violet #A232E8

Tints of Blue Violet #A232E8

Color information

#A232E8 (or 0xA232E8) is unknown color: approx Blue Violet. HEX triplet: A2, 32 and E8. RGB value is (162,50,232). Sum of RGB (Red+Green+Blue) = 162+50+232=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 232 (91.02% from 255 or 52.25% from 444); Max value from RGB is 232 - color contains mainly: blue. Hex color #A232E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A232E8 is #5DCD17. Grayscale: #676767. Windows color (decimal): -6147352 or 15217314. OLE color: 15217314.

HSL color Cylindrical-coordinate representation of color #A232E8: hue angle of 276.92º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A232E8 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16250232-
CMYK0.300.7800.09
HSL276.92º79.82%55.29%-
HSV(B)276.92º78.45%90.98%-
XYZ30.6115.7977.78-
YUV104.24200.11169.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 50 (19.92% from 255) = 11.26%
BLUE value IS 232 (91.02% from 255) = 52.25%
R=36.49%
G=11.26%
B=52.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162502320.300.7800.09276.9279.8255.29
HexA232E81E4E091155037
Octal242623503611601142512067
Binary1010001011001011101000111101001110010011000101011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A232E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A232E8; }

 p { color: rgb(162,50,232); }

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

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

 a { background-color: rgb(162,50,232); }

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

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

 span { border-color: rgb(162,50,232); }

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