#A233F1

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

Shades of Blue Violet #A233F1

Tints of Blue Violet #A233F1

Color information

#A233F1 (or 0xA233F1) is unknown color: approx Blue Violet. HEX triplet: A2, 33 and F1. RGB value is (162,51,241). Sum of RGB (Red+Green+Blue) = 162+51+241=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #A233F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A233F1 is #5DCC0E. Grayscale: #696969. Windows color (decimal): -6147087 or 15807394. OLE color: 15807394.

HSL color Cylindrical-coordinate representation of color #A233F1: hue angle of 275.05º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A233F1 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16251241-
CMYK0.330.7900.05
HSL275.05º87.16%57.25%-
HSV(B)275.05º78.84%94.51%-
XYZ31.9616.484.7-
YUV105.85204.27168.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 51 (20.31% from 255) = 11.23%
BLUE value IS 241 (94.53% from 255) = 53.08%
R=35.68%
G=11.23%
B=53.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162512410.330.7900.05275.0587.1657.25
HexA233F1214F051135739
Octal24263361411170542312771
Binary1010001011001111110001100001100111101011000100111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A233F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A233F1; }

 p { color: rgb(162,51,241); }

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

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

 a { background-color: rgb(162,51,241); }

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

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

 span { border-color: rgb(162,51,241); }

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