Html Css Color HEX #A914F1 Electric Purple

📋 copy color: '#A914F1'

red 169 ◦ green 20 ◦ blue 241

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

Shades of Electric Purple #A914F1

Tints of Electric Purple #A914F1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.65%

 BLUE value IS 241 (94.53% from 255) = 56.05%

R = 39.3%
G = 4.65%
B = 56.05%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A914F1 (or 0xA914F1) is known color: Electric Purple. HEX triplet: A9, 14 and F1. RGB value is (169,20,241). Sum of RGB (Red+Green+Blue) = 169+20+241=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #A914F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A914F1 is #56EB0E. Grayscale: #595959. Windows color (decimal): -5696271 or 15799465. OLE color: 15799465.

HSL color Cylindrical-coordinate representation of color #A914F1: hue angle of 280.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A914F1 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 20 241 -
CMYK 0.30 0.92 0 0.05
HSL 280.45º 0.89% 0.51% -
HSV(B) 280.45º 0.92% 0.95% -
XYZ 32.49 15.29 84.46 -
YUV 89.75 213.36 184.53 -
System Red Green Blue C M Y K H S L
Decimal 169 20 241 0.30 0.92 0 0.05 280.45 0.89 0.51
Hex A9 14 F1 1E 5C 0 5 118 59 33
Octal 251 24 361 36 134 0 5 430 131 63
Binary 10101001 10100 11110001 11110 1011100 0 101 100011000 1011001 110011

Color Harmonies of #A914F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A914F1

Black with #A914F1

Text Example


Text Example

White with #A914F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A914F1; }

 p { color: rgb(169,20,241); }

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

background-color css

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

 a { background-color: rgb(169,20,241); }

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

border-color css

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

 span { border-color: rgb(169,20,241); }

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