Html Css Color HEX #A61EEE Blue Violet

📋 copy color: '#A61EEE'

red 166 ◦ green 30 ◦ blue 238

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

Shades of Blue Violet #A61EEE

Tints of Blue Violet #A61EEE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.91%

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

R = 38.25%
G = 6.91%
B = 54.84%

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

#A61EEE (or 0xA61EEE) is known color: Blue Violet. HEX triplet: A6, 1E and EE. RGB value is (166,30,238). Sum of RGB (Red+Green+Blue) = 166+30+238=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #A61EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61EEE is #59E111. Grayscale: #5D5D5D. Windows color (decimal): -5890322 or 15605414. OLE color: 15605414.

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

Color convert

RGB 166 30 238 -
CMYK 0.30 0.87 0 0.07
HSL 279.23º 0.86% 0.53% -
HSV(B) 279.23º 0.87% 0.93% -
XYZ 31.62 15.21 82.16 -
YUV 94.38 209.06 179.09 -
System Red Green Blue C M Y K H S L
Decimal 166 30 238 0.30 0.87 0 0.07 279.23 0.86 0.53
Hex A6 1E EE 1E 57 0 7 117 56 35
Octal 246 36 356 36 127 0 7 427 126 65
Binary 10100110 11110 11101110 11110 1010111 0 111 100010111 1010110 110101

Color Harmonies of #A61EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61EEE

Black with #A61EEE

Text Example


Text Example

White with #A61EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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