Html Css Color HEX #A613FA Electric Purple

📋 copy color: '#A613FA'

red 166 ◦ green 19 ◦ blue 250

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

Shades of Electric Purple #A613FA

Tints of Electric Purple #A613FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.37%

 BLUE value IS 250 (98.05% from 255) = 57.47%

R = 38.16%
G = 4.37%
B = 57.47%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A613FA (or 0xA613FA) is known color: Electric Purple. HEX triplet: A6, 13 and FA. RGB value is (166,19,250). Sum of RGB (Red+Green+Blue) = 166+19+250=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #A613FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A613FA is #59EC05. Grayscale: #585858. Windows color (decimal): -5893126 or 16389030. OLE color: 16389030.

HSL color Cylindrical-coordinate representation of color #A613FA: hue angle of 278.18º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A613FA is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 19 250 -
CMYK 0.34 0.92 0 0.02
HSL 278.18º 0.96% 0.53% -
HSV(B) 278.18º 0.92% 0.98% -
XYZ 33.21 15.47 91.68 -
YUV 89.29 218.7 182.72 -
System Red Green Blue C M Y K H S L
Decimal 166 19 250 0.34 0.92 0 0.02 278.18 0.96 0.53
Hex A6 13 FA 22 5C 0 2 116 60 35
Octal 246 23 372 42 134 0 2 426 140 65
Binary 10100110 10011 11111010 100010 1011100 0 10 100010110 1100000 110101

Color Harmonies of #A613FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A613FA

Black with #A613FA

Text Example


Text Example

White with #A613FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A613FA; }

 p { color: rgb(166,19,250); }

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

background-color css

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

 a { background-color: rgb(166,19,250); }

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

border-color css

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

 span { border-color: rgb(166,19,250); }

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