Html Css Color HEX #A041ED Blue Violet

📋 copy color: '#A041ED'

red 160 ◦ green 65 ◦ blue 237

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

Shades of Blue Violet #A041ED

Tints of Blue Violet #A041ED

RGB

 RED value IS 160 (62.89% from 255) = 34.63%

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

 BLUE value IS 237 (92.97% from 255) = 51.3%

R = 34.63%
G = 14.07%
B = 51.3%

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

#A041ED (or 0xA041ED) is known color: Blue Violet. HEX triplet: A0, 41 and ED. RGB value is (160,65,237). Sum of RGB (Red+Green+Blue) = 160+65+237=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #A041ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A041ED is #5FBE12. Grayscale: #707070. Windows color (decimal): -6274579 or 15548832. OLE color: 15548832.

HSL color Cylindrical-coordinate representation of color #A041ED: hue angle of 273.14º degrees, saturation: 0.83, 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 #A041ED is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 65 237 -
CMYK 0.32 0.73 0 0.07
HSL 273.14º 0.83% 0.59% -
HSV(B) 273.14º 0.73% 0.93% -
XYZ 31.67 17.37 81.8 -
YUV 113.01 197.97 161.51 -
System Red Green Blue C M Y K H S L
Decimal 160 65 237 0.32 0.73 0 0.07 273.14 0.83 0.59
Hex A0 41 ED 20 49 0 7 111 53 3B
Octal 240 101 355 40 111 0 7 421 123 73
Binary 10100000 1000001 11101101 100000 1001001 0 111 100010001 1010011 111011

Color Harmonies of #A041ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A041ED

Black with #A041ED

Text Example


Text Example

White with #A041ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A041ED; }

 p { color: rgb(160,65,237); }

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

background-color css

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

 a { background-color: rgb(160,65,237); }

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

border-color css

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

 span { border-color: rgb(160,65,237); }

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