Html Css Color HEX #A812F1 Electric Purple

📋 copy color: '#A812F1'

red 168 ◦ green 18 ◦ blue 241

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

Shades of Electric Purple #A812F1

Tints of Electric Purple #A812F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 56.44%

R = 39.34%
G = 4.22%
B = 56.44%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A812F1 (or 0xA812F1) is known color: Electric Purple. HEX triplet: A8, 12 and F1. RGB value is (168,18,241). Sum of RGB (Red+Green+Blue) = 168+18+241=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #A812F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A812F1 is #57ED0E. Grayscale: #575757. Windows color (decimal): -5762319 or 15798952. OLE color: 15798952.

HSL color Cylindrical-coordinate representation of color #A812F1: hue angle of 280.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A812F1 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 18 241 -
CMYK 0.30 0.93 0 0.05
HSL 280.36º 0.89% 0.51% -
HSV(B) 280.36º 0.93% 0.95% -
XYZ 32.24 15.11 84.44 -
YUV 88.27 214.2 184.87 -
System Red Green Blue C M Y K H S L
Decimal 168 18 241 0.30 0.93 0 0.05 280.36 0.89 0.51
Hex A8 12 F1 1E 5D 0 5 118 59 33
Octal 250 22 361 36 135 0 5 430 131 63
Binary 10101000 10010 11110001 11110 1011101 0 101 100011000 1011001 110011

Color Harmonies of #A812F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812F1

Black with #A812F1

Text Example


Text Example

White with #A812F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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