Html Css Color HEX #A61AF8 Electric Purple

📋 copy color: '#A61AF8'

red 166 ◦ green 26 ◦ blue 248

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

Shades of Electric Purple #A61AF8

Tints of Electric Purple #A61AF8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.91%

 BLUE value IS 248 (97.27% from 255) = 56.36%

R = 37.73%
G = 5.91%
B = 56.36%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A61AF8 (or 0xA61AF8) is known color: Electric Purple. HEX triplet: A6, 1A and F8. RGB value is (166,26,248). Sum of RGB (Red+Green+Blue) = 166+26+248=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 248 (97.27% from 255 or 56.36% from 440); Max value from RGB is 248 - color contains mainly: blue. Hex color #A61AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61AF8 is #59E507. Grayscale: #5C5C5C. Windows color (decimal): -5891336 or 16259750. OLE color: 16259750.

HSL color Cylindrical-coordinate representation of color #A61AF8: hue angle of 277.84º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61AF8 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 26 248 -
CMYK 0.33 0.90 0 0.03
HSL 277.84º 0.94% 0.54% -
HSV(B) 277.84º 0.9% 0.97% -
XYZ 33.04 15.62 90.08 -
YUV 93.17 215.38 179.95 -
System Red Green Blue C M Y K H S L
Decimal 166 26 248 0.33 0.90 0 0.03 277.84 0.94 0.54
Hex A6 1A F8 21 5A 0 3 116 5E 36
Octal 246 32 370 41 132 0 3 426 136 66
Binary 10100110 11010 11111000 100001 1011010 0 11 100010110 1011110 110110

Color Harmonies of #A61AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61AF8

Black with #A61AF8

Text Example


Text Example

White with #A61AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61AF8; }

 p { color: rgb(166,26,248); }

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

background-color css

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

 a { background-color: rgb(166,26,248); }

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

border-color css

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

 span { border-color: rgb(166,26,248); }

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