Html Css Color HEX #A915FF Electric Purple

📋 copy color: '#A915FF'

red 169 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #A915FF

Tints of Electric Purple #A915FF

RGB

 RED value IS 169 (66.41% from 255) = 37.98%

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

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

R = 37.98%
G = 4.72%
B = 57.3%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A915FF (or 0xA915FF) is known color: Electric Purple. HEX triplet: A9, 15 and FF. RGB value is (169,21,255). Sum of RGB (Red+Green+Blue) = 169+21+255=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #A915FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A915FF is #56EA00. Grayscale: #5B5B5B. Windows color (decimal): -5696001 or 16717225. OLE color: 16717225.

HSL color Cylindrical-coordinate representation of color #A915FF: hue angle of 277.95º 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 #A915FF is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 21 255 -
CMYK 0.34 0.92 0 0
HSL 277.95º 1% 0.54% -
HSV(B) 277.95º 0.92% 1% -
XYZ 34.68 16.19 95.91 -
YUV 91.93 220.03 182.97 -
System Red Green Blue C M Y K H S L
Decimal 169 21 255 0.34 0.92 0 0 277.95 1 0.54
Hex A9 15 FF 22 5C 0 0 116 64 36
Octal 251 25 377 42 134 0 0 426 144 66
Binary 10101001 10101 11111111 100010 1011100 0 0 100010110 1100100 110110

Color Harmonies of #A915FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A915FF

Black with #A915FF

Text Example


Text Example

White with #A915FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A915FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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