Html Css Color HEX #A812F3 Electric Purple

📋 copy color: '#A812F3'

red 168 ◦ green 18 ◦ blue 243

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

Shades of Electric Purple #A812F3

Tints of Electric Purple #A812F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 56.64%

R = 39.16%
G = 4.2%
B = 56.64%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A812F3 (or 0xA812F3) is known color: Electric Purple. HEX triplet: A8, 12 and F3. RGB value is (168,18,243). Sum of RGB (Red+Green+Blue) = 168+18+243=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 243 (95.31% from 255 or 56.64% from 429); Max value from RGB is 243 - color contains mainly: blue. Hex color #A812F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A812F3 is #57ED0C. Grayscale: #575757. Windows color (decimal): -5762317 or 15930024. OLE color: 15930024.

HSL color Cylindrical-coordinate representation of color #A812F3: hue angle of 280º degrees, saturation: 0.9, 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 #A812F3 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 18 243 -
CMYK 0.31 0.93 0 0.05
HSL 280º 0.9% 0.51% -
HSV(B) 280º 0.93% 0.95% -
XYZ 32.54 15.23 86.02 -
YUV 88.5 215.2 184.7 -
System Red Green Blue C M Y K H S L
Decimal 168 18 243 0.31 0.93 0 0.05 280 0.9 0.51
Hex A8 12 F3 1F 5D 0 5 118 5A 33
Octal 250 22 363 37 135 0 5 430 132 63
Binary 10101000 10010 11110011 11111 1011101 0 101 100011000 1011010 110011

Color Harmonies of #A812F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812F3

Black with #A812F3

Text Example


Text Example

White with #A812F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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