Html Css Color HEX #A541EE Blue Violet

📋 copy color: '#A541EE'

red 165 ◦ green 65 ◦ blue 238

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

Shades of Blue Violet #A541EE

Tints of Blue Violet #A541EE

RGB

 RED value IS 165 (64.84% from 255) = 35.26%

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

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 35.26%
G = 13.89%
B = 50.85%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A541EE (or 0xA541EE) is known color: Blue Violet. HEX triplet: A5, 41 and EE. RGB value is (165,65,238). Sum of RGB (Red+Green+Blue) = 165+65+238=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #A541EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A541EE is #5ABE11. Grayscale: #727272. Windows color (decimal): -5946898 or 15614373. OLE color: 15614373.

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

Color convert

RGB 165 65 238 -
CMYK 0.31 0.73 0 0.07
HSL 274.68º 0.84% 0.59% -
HSV(B) 274.68º 0.73% 0.93% -
XYZ 32.84 17.95 82.62 -
YUV 114.62 197.63 163.93 -
System Red Green Blue C M Y K H S L
Decimal 165 65 238 0.31 0.73 0 0.07 274.68 0.84 0.59
Hex A5 41 EE 1F 49 0 7 113 54 3B
Octal 245 101 356 37 111 0 7 423 124 73
Binary 10100101 1000001 11101110 11111 1001001 0 111 100010011 1010100 111011

Color Harmonies of #A541EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A541EE

Black with #A541EE

Text Example


Text Example

White with #A541EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A541EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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