Html Css Color HEX #A641EE Blue Violet

📋 copy color: '#A641EE'

red 166 ◦ green 65 ◦ blue 238

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

Shades of Blue Violet #A641EE

Tints of Blue Violet #A641EE

RGB

 RED value IS 166 (65.23% from 255) = 35.39%

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

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

R = 35.39%
G = 13.86%
B = 50.75%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A641EE (or 0xA641EE) is known color: Blue Violet. HEX triplet: A6, 41 and EE. RGB value is (166,65,238). Sum of RGB (Red+Green+Blue) = 166+65+238=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #A641EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A641EE is #59BE11. Grayscale: #727272. Windows color (decimal): -5881362 or 15614374. OLE color: 15614374.

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

Color convert

RGB 166 65 238 -
CMYK 0.30 0.73 0 0.07
HSL 275.03º 0.84% 0.59% -
HSV(B) 275.03º 0.73% 0.93% -
XYZ 33.05 18.06 82.63 -
YUV 114.92 197.46 164.43 -
System Red Green Blue C M Y K H S L
Decimal 166 65 238 0.30 0.73 0 0.07 275.03 0.84 0.59
Hex A6 41 EE 1E 49 0 7 113 54 3B
Octal 246 101 356 36 111 0 7 423 124 73
Binary 10100110 1000001 11101110 11110 1001001 0 111 100010011 1010100 111011

Color Harmonies of #A641EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641EE

Black with #A641EE

Text Example


Text Example

White with #A641EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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