Html Css Color HEX #A012FD Electric Purple

📋 copy color: '#A012FD'

red 160 ◦ green 18 ◦ blue 253

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

Shades of Electric Purple #A012FD

Tints of Electric Purple #A012FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.7%

R = 37.12%
G = 4.18%
B = 58.7%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A012FD (or 0xA012FD) is known color: Electric Purple. HEX triplet: A0, 12 and FD. RGB value is (160,18,253). Sum of RGB (Red+Green+Blue) = 160+18+253=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #A012FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A012FD is #5FED02. Grayscale: #565656. Windows color (decimal): -6286595 or 16585376. OLE color: 16585376.

HSL color Cylindrical-coordinate representation of color #A012FD: hue angle of 276.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A012FD is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 18 253 -
CMYK 0.37 0.93 0 0.01
HSL 276.26º 0.98% 0.53% -
HSV(B) 276.26º 0.93% 0.99% -
XYZ 32.44 15 94.11 -
YUV 87.25 221.54 179.89 -
System Red Green Blue C M Y K H S L
Decimal 160 18 253 0.37 0.93 0 0.01 276.26 0.98 0.53
Hex A0 12 FD 25 5D 0 1 114 62 35
Octal 240 22 375 45 135 0 1 424 142 65
Binary 10100000 10010 11111101 100101 1011101 0 1 100010100 1100010 110101

Color Harmonies of #A012FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A012FD

Black with #A012FD

Text Example


Text Example

White with #A012FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A012FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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