Html Css Color HEX #A615F9 Electric Purple

📋 copy color: '#A615F9'

red 166 ◦ green 21 ◦ blue 249

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

Shades of Electric Purple #A615F9

Tints of Electric Purple #A615F9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.82%

 BLUE value IS 249 (97.66% from 255) = 57.11%

R = 38.07%
G = 4.82%
B = 57.11%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A615F9 (or 0xA615F9) is known color: Electric Purple. HEX triplet: A6, 15 and F9. RGB value is (166,21,249). Sum of RGB (Red+Green+Blue) = 166+21+249=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 249 (97.66% from 255 or 57.11% from 436); Max value from RGB is 249 - color contains mainly: blue. Hex color #A615F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A615F9 is #59EA06. Grayscale: #595959. Windows color (decimal): -5892615 or 16324006. OLE color: 16324006.

HSL color Cylindrical-coordinate representation of color #A615F9: hue angle of 278.16º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A615F9 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 21 249 -
CMYK 0.33 0.92 0 0.02
HSL 278.16º 0.95% 0.53% -
HSV(B) 278.16º 0.92% 0.98% -
XYZ 33.09 15.48 90.87 -
YUV 90.35 217.54 181.96 -
System Red Green Blue C M Y K H S L
Decimal 166 21 249 0.33 0.92 0 0.02 278.16 0.95 0.53
Hex A6 15 F9 21 5C 0 2 116 5F 35
Octal 246 25 371 41 134 0 2 426 137 65
Binary 10100110 10101 11111001 100001 1011100 0 10 100010110 1011111 110101

Color Harmonies of #A615F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A615F9

Black with #A615F9

Text Example


Text Example

White with #A615F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A615F9; }

 p { color: rgb(166,21,249); }

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

background-color css

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

 a { background-color: rgb(166,21,249); }

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

border-color css

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

 span { border-color: rgb(166,21,249); }

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