Html Css Color HEX #A814F9 Electric Purple

📋 copy color: '#A814F9'

red 168 ◦ green 20 ◦ blue 249

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

Shades of Electric Purple #A814F9

Tints of Electric Purple #A814F9

RGB

 RED value IS 168 (66.02% from 255) = 38.44%

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

 BLUE value IS 249 (97.66% from 255) = 56.98%

R = 38.44%
G = 4.58%
B = 56.98%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A814F9 (or 0xA814F9) is known color: Electric Purple. HEX triplet: A8, 14 and F9. RGB value is (168,20,249). Sum of RGB (Red+Green+Blue) = 168+20+249=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #A814F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A814F9 is #57EB06. Grayscale: #595959. Windows color (decimal): -5761799 or 16323752. OLE color: 16323752.

HSL color Cylindrical-coordinate representation of color #A814F9: hue angle of 278.78º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A814F9 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 20 249 -
CMYK 0.33 0.92 0 0.02
HSL 278.78º 0.95% 0.53% -
HSV(B) 278.78º 0.92% 0.98% -
XYZ 33.5 15.66 90.88 -
YUV 90.36 217.53 183.38 -
System Red Green Blue C M Y K H S L
Decimal 168 20 249 0.33 0.92 0 0.02 278.78 0.95 0.53
Hex A8 14 F9 21 5C 0 2 117 5F 35
Octal 250 24 371 41 134 0 2 427 137 65
Binary 10101000 10100 11111001 100001 1011100 0 10 100010111 1011111 110101

Color Harmonies of #A814F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814F9

Black with #A814F9

Text Example


Text Example

White with #A814F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814F9; }

 p { color: rgb(168,20,249); }

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

background-color css

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

 a { background-color: rgb(168,20,249); }

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

border-color css

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

 span { border-color: rgb(168,20,249); }

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