Html Css Color HEX #A912FF Electric Purple

📋 copy color: '#A912FF'

red 169 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #A912FF

Tints of Electric Purple #A912FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.69%

R = 38.24%
G = 4.07%
B = 57.69%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A912FF (or 0xA912FF) is known color: Electric Purple. HEX triplet: A9, 12 and FF. RGB value is (169,18,255). Sum of RGB (Red+Green+Blue) = 169+18+255=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #A912FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A912FF is #56ED00. Grayscale: #595959. Windows color (decimal): -5696769 or 16716457. OLE color: 16716457.

HSL color Cylindrical-coordinate representation of color #A912FF: hue angle of 278.23º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A912FF is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 18 255 -
CMYK 0.34 0.93 0 0
HSL 278.23º 1% 0.54% -
HSV(B) 278.23º 0.93% 1% -
XYZ 34.63 16.09 95.89 -
YUV 90.17 221.03 184.23 -
System Red Green Blue C M Y K H S L
Decimal 169 18 255 0.34 0.93 0 0 278.23 1 0.54
Hex A9 12 FF 22 5D 0 0 116 64 36
Octal 251 22 377 42 135 0 0 426 144 66
Binary 10101001 10010 11111111 100010 1011101 0 0 100010110 1100100 110110

Color Harmonies of #A912FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A912FF

Black with #A912FF

Text Example


Text Example

White with #A912FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A912FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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