Html Css Color HEX #A812FC Electric Purple

📋 copy color: '#A812FC'

red 168 ◦ green 18 ◦ blue 252

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

Shades of Electric Purple #A812FC

Tints of Electric Purple #A812FC

RGB

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

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

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

R = 38.36%
G = 4.11%
B = 57.53%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A812FC (or 0xA812FC) is known color: Electric Purple. HEX triplet: A8, 12 and FC. RGB value is (168,18,252). Sum of RGB (Red+Green+Blue) = 168+18+252=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #A812FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A812FC is #57ED03. Grayscale: #585858. Windows color (decimal): -5762308 or 16519848. OLE color: 16519848.

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

Color convert

RGB 168 18 252 -
CMYK 0.33 0.93 0 0.01
HSL 278.46º 0.98% 0.53% -
HSV(B) 278.46º 0.93% 0.99% -
XYZ 33.94 15.79 93.35 -
YUV 89.53 219.7 183.97 -
System Red Green Blue C M Y K H S L
Decimal 168 18 252 0.33 0.93 0 0.01 278.46 0.98 0.53
Hex A8 12 FC 21 5D 0 1 116 62 35
Octal 250 22 374 41 135 0 1 426 142 65
Binary 10101000 10010 11111100 100001 1011101 0 1 100010110 1100010 110101

Color Harmonies of #A812FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812FC

Black with #A812FC

Text Example


Text Example

White with #A812FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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