Html Css Color HEX #A813FC Electric Purple

📋 copy color: '#A813FC'

red 168 ◦ green 19 ◦ blue 252

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

Shades of Electric Purple #A813FC

Tints of Electric Purple #A813FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.4%

R = 38.27%
G = 4.33%
B = 57.4%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A813FC (or 0xA813FC) is known color: Electric Purple. HEX triplet: A8, 13 and FC. RGB value is (168,19,252). Sum of RGB (Red+Green+Blue) = 168+19+252=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #A813FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A813FC is #57EC03. Grayscale: #595959. Windows color (decimal): -5762052 or 16520104. OLE color: 16520104.

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

Color convert

RGB 168 19 252 -
CMYK 0.33 0.92 0 0.01
HSL 278.37º 0.97% 0.53% -
HSV(B) 278.37º 0.92% 0.99% -
XYZ 33.95 15.82 93.36 -
YUV 90.11 219.36 183.55 -
System Red Green Blue C M Y K H S L
Decimal 168 19 252 0.33 0.92 0 0.01 278.37 0.97 0.53
Hex A8 13 FC 21 5C 0 1 116 61 35
Octal 250 23 374 41 134 0 1 426 141 65
Binary 10101000 10011 11111100 100001 1011100 0 1 100010110 1100001 110101

Color Harmonies of #A813FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813FC

Black with #A813FC

Text Example


Text Example

White with #A813FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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