Html Css Color HEX #A812FD Electric Purple

📋 copy color: '#A812FD'

red 168 ◦ green 18 ◦ blue 253

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

Shades of Electric Purple #A812FD

Tints of Electric Purple #A812FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.63%

R = 38.27%
G = 4.1%
B = 57.63%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A812FD (or 0xA812FD) is known color: Electric Purple. HEX triplet: A8, 12 and FD. RGB value is (168,18,253). Sum of RGB (Red+Green+Blue) = 168+18+253=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #A812FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A812FD is #57ED02. Grayscale: #585858. Windows color (decimal): -5762307 or 16585384. OLE color: 16585384.

HSL color Cylindrical-coordinate representation of color #A812FD: hue angle of 278.3º 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 #A812FD is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 18 253 -
CMYK 0.34 0.93 0 0.01
HSL 278.3º 0.98% 0.53% -
HSV(B) 278.3º 0.93% 0.99% -
XYZ 34.09 15.85 94.19 -
YUV 89.64 220.2 183.89 -
System Red Green Blue C M Y K H S L
Decimal 168 18 253 0.34 0.93 0 0.01 278.3 0.98 0.53
Hex A8 12 FD 22 5D 0 1 116 62 35
Octal 250 22 375 42 135 0 1 426 142 65
Binary 10101000 10010 11111101 100010 1011101 0 1 100010110 1100010 110101

Color Harmonies of #A812FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812FD

Black with #A812FD

Text Example


Text Example

White with #A812FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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