#A233ED

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

Shades of Blue Violet #A233ED

Tints of Blue Violet #A233ED

Color information

#A233ED (or 0xA233ED) is unknown color: approx Blue Violet. HEX triplet: A2, 33 and ED. RGB value is (162,51,237). Sum of RGB (Red+Green+Blue) = 162+51+237=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #A233ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A233ED is #5DCC12. Grayscale: #686868. Windows color (decimal): -6147091 or 15545250. OLE color: 15545250.

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

Color convert

RGB16251237-
CMYK0.320.7800.07
HSL275.81º83.78%56.47%-
HSV(B)275.81º78.48%92.94%-
XYZ31.3716.1681.59-
YUV105.39202.27168.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 51 (20.31% from 255) = 11.33%
BLUE value IS 237 (92.97% from 255) = 52.67%
R=36%
G=11.33%
B=52.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162512370.320.7800.07275.8183.7856.47
HexA233ED204E071145438
Octal24263355401160742412470
Binary1010001011001111101101100000100111001111000101001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A233ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A233ED; }

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

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

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

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

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

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

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

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