Html Css Color HEX #A641EC Blue Violet

📋 copy color: '#A641EC'

red 166 ◦ green 65 ◦ blue 236

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

Shades of Blue Violet #A641EC

Tints of Blue Violet #A641EC

RGB

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

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

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

R = 35.55%
G = 13.92%
B = 50.54%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A641EC (or 0xA641EC) is known color: Blue Violet. HEX triplet: A6, 41 and EC. RGB value is (166,65,236). Sum of RGB (Red+Green+Blue) = 166+65+236=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #A641EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A641EC is #59BE13. Grayscale: #727272. Windows color (decimal): -5881364 or 15483302. OLE color: 15483302.

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

Color convert

RGB 166 65 236 -
CMYK 0.30 0.72 0 0.07
HSL 275.44º 0.82% 0.59% -
HSV(B) 275.44º 0.72% 0.93% -
XYZ 32.76 17.94 81.09 -
YUV 114.69 196.46 164.6 -
System Red Green Blue C M Y K H S L
Decimal 166 65 236 0.30 0.72 0 0.07 275.44 0.82 0.59
Hex A6 41 EC 1E 48 0 7 113 52 3B
Octal 246 101 354 36 110 0 7 423 122 73
Binary 10100110 1000001 11101100 11110 1001000 0 111 100010011 1010010 111011

Color Harmonies of #A641EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641EC

Black with #A641EC

Text Example


Text Example

White with #A641EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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