Html Css Color HEX #A612F9 Electric Purple

📋 copy color: '#A612F9'

red 166 ◦ green 18 ◦ blue 249

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

Shades of Electric Purple #A612F9

Tints of Electric Purple #A612F9

RGB

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

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

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

R = 38.34%
G = 4.16%
B = 57.51%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A612F9 (or 0xA612F9) is known color: Electric Purple. HEX triplet: A6, 12 and F9. RGB value is (166,18,249). Sum of RGB (Red+Green+Blue) = 166+18+249=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 249 (97.66% from 255 or 57.51% from 433); Max value from RGB is 249 - color contains mainly: blue. Hex color #A612F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A612F9 is #59ED06. Grayscale: #575757. Windows color (decimal): -5893383 or 16323238. OLE color: 16323238.

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

Color convert

RGB 166 18 249 -
CMYK 0.33 0.93 0 0.02
HSL 278.44º 0.95% 0.52% -
HSV(B) 278.44º 0.93% 0.98% -
XYZ 33.04 15.38 90.85 -
YUV 88.59 218.53 183.22 -
System Red Green Blue C M Y K H S L
Decimal 166 18 249 0.33 0.93 0 0.02 278.44 0.95 0.52
Hex A6 12 F9 21 5D 0 2 116 5F 34
Octal 246 22 371 41 135 0 2 426 137 64
Binary 10100110 10010 11111001 100001 1011101 0 10 100010110 1011111 110100

Color Harmonies of #A612F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A612F9

Black with #A612F9

Text Example


Text Example

White with #A612F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A612F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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