Html Css Color HEX #A241EC Blue Violet

📋 copy color: '#A241EC'

red 162 ◦ green 65 ◦ blue 236

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

Shades of Blue Violet #A241EC

Tints of Blue Violet #A241EC

RGB

 RED value IS 162 (63.67% from 255) = 34.99%

 GREEN value IS 65 (25.78% from 255) = 14.04%

 BLUE value IS 236 (92.58% from 255) = 50.97%

R = 34.99%
G = 14.04%
B = 50.97%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A241EC (or 0xA241EC) is known color: Blue Violet. HEX triplet: A2, 41 and EC. RGB value is (162,65,236). Sum of RGB (Red+Green+Blue) = 162+65+236=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #A241EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A241EC is #5DBE13. Grayscale: #707070. Windows color (decimal): -6143508 or 15483298. OLE color: 15483298.

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

Color convert

RGB 162 65 236 -
CMYK 0.31 0.72 0 0.07
HSL 274.04º 0.82% 0.59% -
HSV(B) 274.04º 0.72% 0.93% -
XYZ 31.93 17.52 81.06 -
YUV 113.5 197.14 162.6 -
System Red Green Blue C M Y K H S L
Decimal 162 65 236 0.31 0.72 0 0.07 274.04 0.82 0.59
Hex A2 41 EC 1F 48 0 7 112 52 3B
Octal 242 101 354 37 110 0 7 422 122 73
Binary 10100010 1000001 11101100 11111 1001000 0 111 100010010 1010010 111011

Color Harmonies of #A241EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A241EC

Black with #A241EC

Text Example


Text Example

White with #A241EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A241EC; }

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

 H1.HeaderClassName
 {
   color: #A241EC;
 }
 .AnyTagClassName
 {
   color: #A241EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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