Html Css Color HEX #A813FA Electric Purple

📋 copy color: '#A813FA'

red 168 ◦ green 19 ◦ blue 250

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

Shades of Electric Purple #A813FA

Tints of Electric Purple #A813FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.35%

 BLUE value IS 250 (98.05% from 255) = 57.21%

R = 38.44%
G = 4.35%
B = 57.21%

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

#A813FA (or 0xA813FA) is known color: Electric Purple. HEX triplet: A8, 13 and FA. RGB value is (168,19,250). Sum of RGB (Red+Green+Blue) = 168+19+250=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #A813FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A813FA is #57EC05. Grayscale: #595959. Windows color (decimal): -5762054 or 16389032. OLE color: 16389032.

HSL color Cylindrical-coordinate representation of color #A813FA: hue angle of 278.7º degrees, saturation: 0.96, 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 #A813FA is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 19 250 -
CMYK 0.33 0.92 0 0.02
HSL 278.7º 0.96% 0.53% -
HSV(B) 278.7º 0.92% 0.98% -
XYZ 33.64 15.69 91.7 -
YUV 89.89 218.36 183.72 -
System Red Green Blue C M Y K H S L
Decimal 168 19 250 0.33 0.92 0 0.02 278.7 0.96 0.53
Hex A8 13 FA 21 5C 0 2 117 60 35
Octal 250 23 372 41 134 0 2 427 140 65
Binary 10101000 10011 11111010 100001 1011100 0 10 100010111 1100000 110101

Color Harmonies of #A813FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813FA

Black with #A813FA

Text Example


Text Example

White with #A813FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813FA; }

 p { color: rgb(168,19,250); }

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

background-color css

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

 a { background-color: rgb(168,19,250); }

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

border-color css

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

 span { border-color: rgb(168,19,250); }

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