Html Css Color HEX #A918EA Electric Purple

📋 copy color: '#A918EA'

red 169 ◦ green 24 ◦ blue 234

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

Shades of Electric Purple #A918EA

Tints of Electric Purple #A918EA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.62%

 BLUE value IS 234 (91.8% from 255) = 54.8%

R = 39.58%
G = 5.62%
B = 54.8%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A918EA (or 0xA918EA) is known color: Electric Purple. HEX triplet: A9, 18 and EA. RGB value is (169,24,234). Sum of RGB (Red+Green+Blue) = 169+24+234=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #A918EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A918EA is #56E715. Grayscale: #5A5A5A. Windows color (decimal): -5695254 or 15341737. OLE color: 15341737.

HSL color Cylindrical-coordinate representation of color #A918EA: hue angle of 281.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A918EA is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 24 234 -
CMYK 0.28 0.90 0 0.08
HSL 281.43º 0.83% 0.51% -
HSV(B) 281.43º 0.9% 0.92% -
XYZ 31.54 15.03 79.08 -
YUV 91.3 208.54 183.42 -
System Red Green Blue C M Y K H S L
Decimal 169 24 234 0.28 0.90 0 0.08 281.43 0.83 0.51
Hex A9 18 EA 1C 5A 0 8 119 53 33
Octal 251 30 352 34 132 0 10 431 123 63
Binary 10101001 11000 11101010 11100 1011010 0 1000 100011001 1010011 110011

Color Harmonies of #A918EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A918EA

Black with #A918EA

Text Example


Text Example

White with #A918EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A918EA; }

 p { color: rgb(169,24,234); }

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

background-color css

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

 a { background-color: rgb(169,24,234); }

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

border-color css

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

 span { border-color: rgb(169,24,234); }

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