Html Css Color HEX #A919ED Electric Purple

📋 copy color: '#A919ED'

red 169 ◦ green 25 ◦ blue 237

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

Shades of Electric Purple #A919ED

Tints of Electric Purple #A919ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.99%

R = 39.21%
G = 5.8%
B = 54.99%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A919ED (or 0xA919ED) is known color: Electric Purple. HEX triplet: A9, 19 and ED. RGB value is (169,25,237). Sum of RGB (Red+Green+Blue) = 169+25+237=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #A919ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A919ED is #56E612. Grayscale: #5B5B5B. Windows color (decimal): -5694995 or 15538601. OLE color: 15538601.

HSL color Cylindrical-coordinate representation of color #A919ED: hue angle of 280.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A919ED is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 25 237 -
CMYK 0.29 0.89 0 0.07
HSL 280.75º 0.85% 0.51% -
HSV(B) 280.75º 0.89% 0.93% -
XYZ 32 15.24 81.38 -
YUV 92.22 209.71 182.76 -
System Red Green Blue C M Y K H S L
Decimal 169 25 237 0.29 0.89 0 0.07 280.75 0.85 0.51
Hex A9 19 ED 1D 59 0 7 119 55 33
Octal 251 31 355 35 131 0 7 431 125 63
Binary 10101001 11001 11101101 11101 1011001 0 111 100011001 1010101 110011

Color Harmonies of #A919ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A919ED

Black with #A919ED

Text Example


Text Example

White with #A919ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A919ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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