Html Css Color HEX #A341EE Blue Violet

📋 copy color: '#A341EE'

red 163 ◦ green 65 ◦ blue 238

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

Shades of Blue Violet #A341EE

Tints of Blue Violet #A341EE

RGB

 RED value IS 163 (64.06% from 255) = 34.98%

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

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

R = 34.98%
G = 13.95%
B = 51.07%

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

#A341EE (or 0xA341EE) is known color: Blue Violet. HEX triplet: A3, 41 and EE. RGB value is (163,65,238). Sum of RGB (Red+Green+Blue) = 163+65+238=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #A341EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A341EE is #5CBE11. Grayscale: #717171. Windows color (decimal): -6077970 or 15614371. OLE color: 15614371.

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

Color convert

RGB 163 65 238 -
CMYK 0.32 0.73 0 0.07
HSL 273.99º 0.84% 0.59% -
HSV(B) 273.99º 0.73% 0.93% -
XYZ 32.43 17.74 82.6 -
YUV 114.02 197.97 162.93 -
System Red Green Blue C M Y K H S L
Decimal 163 65 238 0.32 0.73 0 0.07 273.99 0.84 0.59
Hex A3 41 EE 20 49 0 7 112 54 3B
Octal 243 101 356 40 111 0 7 422 124 73
Binary 10100011 1000001 11101110 100000 1001001 0 111 100010010 1010100 111011

Color Harmonies of #A341EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341EE

Black with #A341EE

Text Example


Text Example

White with #A341EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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