Html Css Color HEX #A641EF Blue Violet

📋 copy color: '#A641EF'

red 166 ◦ green 65 ◦ blue 239

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

Shades of Blue Violet #A641EF

Tints of Blue Violet #A641EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.85%

R = 35.32%
G = 13.83%
B = 50.85%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A641EF (or 0xA641EF) is known color: Blue Violet. HEX triplet: A6, 41 and EF. RGB value is (166,65,239). Sum of RGB (Red+Green+Blue) = 166+65+239=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #A641EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A641EF is #59BE10. Grayscale: #727272. Windows color (decimal): -5881361 or 15679910. OLE color: 15679910.

HSL color Cylindrical-coordinate representation of color #A641EF: hue angle of 274.83º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A641EF is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 65 239 -
CMYK 0.31 0.73 0 0.06
HSL 274.83º 0.84% 0.6% -
HSV(B) 274.83º 0.73% 0.94% -
XYZ 33.2 18.12 83.41 -
YUV 115.04 197.96 164.35 -
System Red Green Blue C M Y K H S L
Decimal 166 65 239 0.31 0.73 0 0.06 274.83 0.84 0.6
Hex A6 41 EF 1F 49 0 6 113 54 3C
Octal 246 101 357 37 111 0 6 423 124 74
Binary 10100110 1000001 11101111 11111 1001001 0 110 100010011 1010100 111100

Color Harmonies of #A641EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641EF

Black with #A641EF

Text Example


Text Example

White with #A641EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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