Html Css Color HEX #A61EFF Electric Purple

📋 copy color: '#A61EFF'

red 166 ◦ green 30 ◦ blue 255

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

Shades of Electric Purple #A61EFF

Tints of Electric Purple #A61EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.54%

R = 36.81%
G = 6.65%
B = 56.54%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A61EFF (or 0xA61EFF) is known color: Electric Purple. HEX triplet: A6, 1E and FF. RGB value is (166,30,255). Sum of RGB (Red+Green+Blue) = 166+30+255=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #A61EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61EFF is #59E100. Grayscale: #5F5F5F. Windows color (decimal): -5890305 or 16719526. OLE color: 16719526.

HSL color Cylindrical-coordinate representation of color #A61EFF: hue angle of 276.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61EFF is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 30 255 -
CMYK 0.35 0.88 0 0
HSL 276.27º 1% 0.56% -
HSV(B) 276.27º 0.88% 1% -
XYZ 34.24 16.26 95.94 -
YUV 96.31 217.56 177.7 -
System Red Green Blue C M Y K H S L
Decimal 166 30 255 0.35 0.88 0 0 276.27 1 0.56
Hex A6 1E FF 23 58 0 0 114 64 38
Octal 246 36 377 43 130 0 0 424 144 70
Binary 10100110 11110 11111111 100011 1011000 0 0 100010100 1100100 111000

Color Harmonies of #A61EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61EFF

Black with #A61EFF

Text Example


Text Example

White with #A61EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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