#A241EE

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

Shades of Blue Violet #A241EE

Tints of Blue Violet #A241EE

Color information

#A241EE (or 0xA241EE) is unknown color: approx Blue Violet. HEX triplet: A2, 41 and EE. RGB value is (162,65,238). Sum of RGB (Red+Green+Blue) = 162+65+238=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #A241EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A241EE is #5DBE11. Grayscale: #717171. Windows color (decimal): -6143506 or 15614370. OLE color: 15614370.

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

Color convert

RGB16265238-
CMYK0.320.7300.07
HSL273.64º83.57%59.41%-
HSV(B)273.64º72.69%93.33%-
XYZ32.2217.6482.59-
YUV113.72198.14162.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 65 (25.78% from 255) = 13.98%
BLUE value IS 238 (93.36% from 255) = 51.18%
R=34.84%
G=13.98%
B=51.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162652380.320.7300.07273.6483.5759.41
HexA241EE204907112543b
Octal242101356401110742212473
Binary10100010100000111101110100000100100101111000100101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A241EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A241EE; }

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

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

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

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

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

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

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

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