Html Css Color HEX #A918F4 Electric Purple

📋 copy color: '#A918F4'

red 169 ◦ green 24 ◦ blue 244

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

Shades of Electric Purple #A918F4

Tints of Electric Purple #A918F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 55.84%

R = 38.67%
G = 5.49%
B = 55.84%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A918F4 (or 0xA918F4) is known color: Electric Purple. HEX triplet: A9, 18 and F4. RGB value is (169,24,244). Sum of RGB (Red+Green+Blue) = 169+24+244=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #A918F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A918F4 is #56E70B. Grayscale: #5B5B5B. Windows color (decimal): -5695244 or 15997097. OLE color: 15997097.

HSL color Cylindrical-coordinate representation of color #A918F4: hue angle of 279.55º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A918F4 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 169 24 244 -
CMYK 0.31 0.90 0 0.04
HSL 279.55º 0.91% 0.53% -
HSV(B) 279.55º 0.9% 0.96% -
XYZ 33.02 15.62 86.86 -
YUV 92.44 213.54 182.61 -
System Red Green Blue C M Y K H S L
Decimal 169 24 244 0.31 0.90 0 0.04 279.55 0.91 0.53
Hex A9 18 F4 1F 5A 0 4 118 5B 35
Octal 251 30 364 37 132 0 4 430 133 65
Binary 10101001 11000 11110100 11111 1011010 0 100 100011000 1011011 110101

Color Harmonies of #A918F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A918F4

Black with #A918F4

Text Example


Text Example

White with #A918F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A918F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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