Html Css Color HEX #A612FD Electric Purple

📋 copy color: '#A612FD'

red 166 ◦ green 18 ◦ blue 253

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

Shades of Electric Purple #A612FD

Tints of Electric Purple #A612FD

RGB

 RED value IS 166 (65.23% from 255) = 37.99%

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

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

R = 37.99%
G = 4.12%
B = 57.89%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A612FD (or 0xA612FD) is known color: Electric Purple. HEX triplet: A6, 12 and FD. RGB value is (166,18,253). Sum of RGB (Red+Green+Blue) = 166+18+253=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #A612FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A612FD is #59ED02. Grayscale: #585858. Windows color (decimal): -5893379 or 16585382. OLE color: 16585382.

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

Color convert

RGB 166 18 253 -
CMYK 0.34 0.93 0 0.01
HSL 277.79º 0.98% 0.53% -
HSV(B) 277.79º 0.93% 0.99% -
XYZ 33.67 15.63 94.17 -
YUV 89.04 220.53 182.89 -
System Red Green Blue C M Y K H S L
Decimal 166 18 253 0.34 0.93 0 0.01 277.79 0.98 0.53
Hex A6 12 FD 22 5D 0 1 116 62 35
Octal 246 22 375 42 135 0 1 426 142 65
Binary 10100110 10010 11111101 100010 1011101 0 1 100010110 1100010 110101

Color Harmonies of #A612FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A612FD

Black with #A612FD

Text Example


Text Example

White with #A612FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A612FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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