Html Css Color HEX #A61EEC Blue Violet

📋 copy color: '#A61EEC'

red 166 ◦ green 30 ◦ blue 236

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

Shades of Blue Violet #A61EEC

Tints of Blue Violet #A61EEC

RGB

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

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

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

R = 38.43%
G = 6.94%
B = 54.63%

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

#A61EEC (or 0xA61EEC) is known color: Blue Violet. HEX triplet: A6, 1E and EC. RGB value is (166,30,236). Sum of RGB (Red+Green+Blue) = 166+30+236=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #A61EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61EEC is #59E113. Grayscale: #5D5D5D. Windows color (decimal): -5890324 or 15474342. OLE color: 15474342.

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

Color convert

RGB 166 30 236 -
CMYK 0.30 0.87 0 0.07
HSL 279.61º 0.84% 0.52% -
HSV(B) 279.61º 0.87% 0.93% -
XYZ 31.33 15.09 80.62 -
YUV 94.15 208.06 179.25 -
System Red Green Blue C M Y K H S L
Decimal 166 30 236 0.30 0.87 0 0.07 279.61 0.84 0.52
Hex A6 1E EC 1E 57 0 7 118 54 34
Octal 246 36 354 36 127 0 7 430 124 64
Binary 10100110 11110 11101100 11110 1010111 0 111 100011000 1010100 110100

Color Harmonies of #A61EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61EEC

Black with #A61EEC

Text Example


Text Example

White with #A61EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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