Html Css Color HEX #A241EE Blue Violet

📋 copy color: '#A241EE'

red 162 ◦ green 65 ◦ blue 238

#A241EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #A241EE

Tints of Blue Violet #A241EE

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 value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A241EE (or 0xA241EE) is known color: 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

RGB 162 65 238 -
CMYK 0.32 0.73 0 0.07
HSL 273.64º 0.84% 0.59% -
HSV(B) 273.64º 0.73% 0.93% -
XYZ 32.22 17.64 82.59 -
YUV 113.73 198.14 162.43 -
System Red Green Blue C M Y K H S L
Decimal 162 65 238 0.32 0.73 0 0.07 273.64 0.84 0.59
Hex A2 41 EE 20 49 0 7 112 54 3B
Octal 242 101 356 40 111 0 7 422 124 73
Binary 10100010 1000001 11101110 100000 1001001 0 111 100010010 1010100 111011

Color Harmonies of #A241EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A241EE

Black with #A241EE

Text Example


Text Example

White with #A241EE

Text Example


Text Example

HTML Codes & Css Web 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>