#A231EE

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

Shades of Blue Violet #A231EE

Tints of Blue Violet #A231EE

Color information

#A231EE (or 0xA231EE) is unknown color: approx Blue Violet. HEX triplet: A2, 31 and EE. RGB value is (162,49,238). Sum of RGB (Red+Green+Blue) = 162+49+238=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #A231EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A231EE is #5DCE11. Grayscale: #676767. Windows color (decimal): -6147602 or 15610274. OLE color: 15610274.

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

Color convert

RGB16249238-
CMYK0.320.7900.07
HSL275.87º84.75%56.27%-
HSV(B)275.87º79.41%93.33%-
XYZ31.4316.0582.33-
YUV104.33203.44169.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 49 (19.53% from 255) = 10.91%
BLUE value IS 238 (93.36% from 255) = 53.01%
R=36.08%
G=10.91%
B=53.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162492380.320.7900.07275.8784.7556.27
HexA231EE204F071145538
Octal24261356401170742412570
Binary1010001011000111101110100000100111101111000101001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A231EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A231EE; }

 p { color: rgb(162,49,238); }

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

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

 a { background-color: rgb(162,49,238); }

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

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

 span { border-color: rgb(162,49,238); }

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