Html Css Color HEX #A615FF Electric Purple

📋 copy color: '#A615FF'

red 166 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #A615FF

Tints of Electric Purple #A615FF

RGB

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

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

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

R = 37.56%
G = 4.75%
B = 57.69%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A615FF (or 0xA615FF) is known color: Electric Purple. HEX triplet: A6, 15 and FF. RGB value is (166,21,255). Sum of RGB (Red+Green+Blue) = 166+21+255=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #A615FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A615FF is #59EA00. Grayscale: #5A5A5A. Windows color (decimal): -5892609 or 16717222. OLE color: 16717222.

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

Color convert

RGB 166 21 255 -
CMYK 0.35 0.92 0 0
HSL 277.18º 1% 0.54% -
HSV(B) 277.18º 0.92% 1% -
XYZ 34.04 15.86 95.88 -
YUV 91.03 220.54 181.47 -
System Red Green Blue C M Y K H S L
Decimal 166 21 255 0.35 0.92 0 0 277.18 1 0.54
Hex A6 15 FF 23 5C 0 0 115 64 36
Octal 246 25 377 43 134 0 0 425 144 66
Binary 10100110 10101 11111111 100011 1011100 0 0 100010101 1100100 110110

Color Harmonies of #A615FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A615FF

Black with #A615FF

Text Example


Text Example

White with #A615FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A615FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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