Html Css Color HEX #A604FA Electric Purple

📋 copy color: '#A604FA'

red 166 ◦ green 4 ◦ blue 250

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

Shades of Electric Purple #A604FA

Tints of Electric Purple #A604FA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.95%

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

R = 39.52%
G = 0.95%
B = 59.52%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A604FA (or 0xA604FA) is known color: Electric Purple. HEX triplet: A6, 04 and FA. RGB value is (166,4,250). Sum of RGB (Red+Green+Blue) = 166+4+250=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #A604FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A604FA is #59FB05. Grayscale: #4F4F4F. Windows color (decimal): -5896966 or 16385190. OLE color: 16385190.

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

Color convert

RGB 166 4 250 -
CMYK 0.34 0.98 0 0.02
HSL 279.51º 0.97% 0.5% -
HSV(B) 279.51º 0.98% 0.98% -
XYZ 33.02 15.1 91.62 -
YUV 80.48 223.67 189 -
System Red Green Blue C M Y K H S L
Decimal 166 4 250 0.34 0.98 0 0.02 279.51 0.97 0.5
Hex A6 4 FA 22 62 0 2 118 61 32
Octal 246 4 372 42 142 0 2 430 141 62
Binary 10100110 100 11111010 100010 1100010 0 10 100011000 1100001 110010

Color Harmonies of #A604FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A604FA

Black with #A604FA

Text Example


Text Example

White with #A604FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A604FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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