Html Css Color HEX #A912F3 Electric Purple

📋 copy color: '#A912F3'

red 169 ◦ green 18 ◦ blue 243

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

Shades of Electric Purple #A912F3

Tints of Electric Purple #A912F3

RGB

 RED value IS 169 (66.41% from 255) = 39.3%

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

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

R = 39.3%
G = 4.19%
B = 56.51%

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

#A912F3 (or 0xA912F3) is known color: Electric Purple. HEX triplet: A9, 12 and F3. RGB value is (169,18,243). Sum of RGB (Red+Green+Blue) = 169+18+243=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 243 (95.31% from 255 or 56.51% from 430); Max value from RGB is 243 - color contains mainly: blue. Hex color #A912F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A912F3 is #56ED0C. Grayscale: #585858. Windows color (decimal): -5696781 or 15930025. OLE color: 15930025.

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

Color convert

RGB 169 18 243 -
CMYK 0.30 0.93 0 0.05
HSL 280.27º 0.9% 0.51% -
HSV(B) 280.27º 0.93% 0.95% -
XYZ 32.76 15.34 86.03 -
YUV 88.8 215.03 185.2 -
System Red Green Blue C M Y K H S L
Decimal 169 18 243 0.30 0.93 0 0.05 280.27 0.9 0.51
Hex A9 12 F3 1E 5D 0 5 118 5A 33
Octal 251 22 363 36 135 0 5 430 132 63
Binary 10101001 10010 11110011 11110 1011101 0 101 100011000 1011010 110011

Color Harmonies of #A912F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A912F3

Black with #A912F3

Text Example


Text Example

White with #A912F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A912F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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