Html Css Color HEX #A012F9 Electric Purple

📋 copy color: '#A012F9'

red 160 ◦ green 18 ◦ blue 249

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

Shades of Electric Purple #A012F9

Tints of Electric Purple #A012F9

RGB

 RED value IS 160 (62.89% from 255) = 37.47%

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

 BLUE value IS 249 (97.66% from 255) = 58.31%

R = 37.47%
G = 4.22%
B = 58.31%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A012F9 (or 0xA012F9) is known color: Electric Purple. HEX triplet: A0, 12 and F9. RGB value is (160,18,249). Sum of RGB (Red+Green+Blue) = 160+18+249=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 249 (97.66% from 255 or 58.31% from 427); Max value from RGB is 249 - color contains mainly: blue. Hex color #A012F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A012F9 is #5FED06. Grayscale: #565656. Windows color (decimal): -6286599 or 16323232. OLE color: 16323232.

HSL color Cylindrical-coordinate representation of color #A012F9: hue angle of 276.88º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A012F9 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 18 249 -
CMYK 0.36 0.93 0 0.02
HSL 276.88º 0.95% 0.52% -
HSV(B) 276.88º 0.93% 0.98% -
XYZ 31.81 14.75 90.79 -
YUV 86.79 219.54 180.22 -
System Red Green Blue C M Y K H S L
Decimal 160 18 249 0.36 0.93 0 0.02 276.88 0.95 0.52
Hex A0 12 F9 24 5D 0 2 115 5F 34
Octal 240 22 371 44 135 0 2 425 137 64
Binary 10100000 10010 11111001 100100 1011101 0 10 100010101 1011111 110100

Color Harmonies of #A012F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A012F9

Black with #A012F9

Text Example


Text Example

White with #A012F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A012F9; }

 p { color: rgb(160,18,249); }

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

background-color css

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

 a { background-color: rgb(160,18,249); }

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

border-color css

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

 span { border-color: rgb(160,18,249); }

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