Html Css Color HEX #A61FEE Blue Violet

📋 copy color: '#A61FEE'

red 166 ◦ green 31 ◦ blue 238

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

Shades of Blue Violet #A61FEE

Tints of Blue Violet #A61FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.13%

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

R = 38.16%
G = 7.13%
B = 54.71%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A61FEE (or 0xA61FEE) is known color: Blue Violet. HEX triplet: A6, 1F and EE. RGB value is (166,31,238). Sum of RGB (Red+Green+Blue) = 166+31+238=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #A61FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61FEE is #59E011. Grayscale: #5E5E5E. Windows color (decimal): -5890066 or 15605670. OLE color: 15605670.

HSL color Cylindrical-coordinate representation of color #A61FEE: hue angle of 279.13º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61FEE is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 31 238 -
CMYK 0.30 0.87 0 0.07
HSL 279.13º 0.86% 0.53% -
HSV(B) 279.13º 0.87% 0.93% -
XYZ 31.65 15.26 82.17 -
YUV 94.96 208.73 178.67 -
System Red Green Blue C M Y K H S L
Decimal 166 31 238 0.30 0.87 0 0.07 279.13 0.86 0.53
Hex A6 1F EE 1E 57 0 7 117 56 35
Octal 246 37 356 36 127 0 7 427 126 65
Binary 10100110 11111 11101110 11110 1010111 0 111 100010111 1010110 110101

Color Harmonies of #A61FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61FEE

Black with #A61FEE

Text Example


Text Example

White with #A61FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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