Html Css Color HEX #A919FF Electric Purple

📋 copy color: '#A919FF'

red 169 ◦ green 25 ◦ blue 255

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

Shades of Electric Purple #A919FF

Tints of Electric Purple #A919FF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.57%

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

R = 37.64%
G = 5.57%
B = 56.79%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A919FF (or 0xA919FF) is known color: Electric Purple. HEX triplet: A9, 19 and FF. RGB value is (169,25,255). Sum of RGB (Red+Green+Blue) = 169+25+255=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #A919FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A919FF is #56E600. Grayscale: #5D5D5D. Windows color (decimal): -5694977 or 16718249. OLE color: 16718249.

HSL color Cylindrical-coordinate representation of color #A919FF: hue angle of 277.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A919FF is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 25 255 -
CMYK 0.34 0.90 0 0
HSL 277.57º 1% 0.55% -
HSV(B) 277.57º 0.9% 1% -
XYZ 34.76 16.35 95.93 -
YUV 94.28 218.71 181.3 -
System Red Green Blue C M Y K H S L
Decimal 169 25 255 0.34 0.90 0 0 277.57 1 0.55
Hex A9 19 FF 22 5A 0 0 116 64 37
Octal 251 31 377 42 132 0 0 426 144 67
Binary 10101001 11001 11111111 100010 1011010 0 0 100010110 1100100 110111

Color Harmonies of #A919FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A919FF

Black with #A919FF

Text Example


Text Example

White with #A919FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A919FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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