Html Css Color HEX #A918FF Electric Purple

📋 copy color: '#A918FF'

red 169 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #A918FF

Tints of Electric Purple #A918FF

RGB

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

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

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

R = 37.72%
G = 5.36%
B = 56.92%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A918FF (or 0xA918FF) is known color: Electric Purple. HEX triplet: A9, 18 and FF. RGB value is (169,24,255). Sum of RGB (Red+Green+Blue) = 169+24+255=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #A918FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A918FF is #56E700. Grayscale: #5C5C5C. Windows color (decimal): -5695233 or 16717993. OLE color: 16717993.

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

Color convert

RGB 169 24 255 -
CMYK 0.34 0.91 0 0
HSL 277.66º 1% 0.55% -
HSV(B) 277.66º 0.91% 1% -
XYZ 34.74 16.31 95.92 -
YUV 93.69 219.04 181.72 -
System Red Green Blue C M Y K H S L
Decimal 169 24 255 0.34 0.91 0 0 277.66 1 0.55
Hex A9 18 FF 22 5B 0 0 116 64 37
Octal 251 30 377 42 133 0 0 426 144 67
Binary 10101001 11000 11111111 100010 1011011 0 0 100010110 1100100 110111

Color Harmonies of #A918FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A918FF

Black with #A918FF

Text Example


Text Example

White with #A918FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A918FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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