Html Css Color HEX #A812FA Electric Purple

📋 copy color: '#A812FA'

red 168 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #A812FA

Tints of Electric Purple #A812FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.13%

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

R = 38.53%
G = 4.13%
B = 57.34%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A812FA (or 0xA812FA) is known color: Electric Purple. HEX triplet: A8, 12 and FA. RGB value is (168,18,250). Sum of RGB (Red+Green+Blue) = 168+18+250=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #A812FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A812FA is #57ED05. Grayscale: #585858. Windows color (decimal): -5762310 or 16388776. OLE color: 16388776.

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

Color convert

RGB 168 18 250 -
CMYK 0.33 0.93 0 0.02
HSL 278.79º 0.96% 0.53% -
HSV(B) 278.79º 0.93% 0.98% -
XYZ 33.62 15.66 91.69 -
YUV 89.3 218.7 184.14 -
System Red Green Blue C M Y K H S L
Decimal 168 18 250 0.33 0.93 0 0.02 278.79 0.96 0.53
Hex A8 12 FA 21 5D 0 2 117 60 35
Octal 250 22 372 41 135 0 2 427 140 65
Binary 10101000 10010 11111010 100001 1011101 0 10 100010111 1100000 110101

Color Harmonies of #A812FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812FA

Black with #A812FA

Text Example


Text Example

White with #A812FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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