Html Css Color HEX #A605FE Electric Purple

📋 copy color: '#A605FE'

red 166 ◦ green 5 ◦ blue 254

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

Shades of Electric Purple #A605FE

Tints of Electric Purple #A605FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.18%

 BLUE value IS 254 (99.61% from 255) = 59.76%

R = 39.06%
G = 1.18%
B = 59.76%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A605FE (or 0xA605FE) is known color: Electric Purple. HEX triplet: A6, 05 and FE. RGB value is (166,5,254). Sum of RGB (Red+Green+Blue) = 166+5+254=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #A605FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A605FE is #59FA01. Grayscale: #505050. Windows color (decimal): -5896706 or 16647590. OLE color: 16647590.

HSL color Cylindrical-coordinate representation of color #A605FE: hue angle of 278.8º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A605FE is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 5 254 -
CMYK 0.35 0.98 0 0.00
HSL 278.8º 0.99% 0.51% -
HSV(B) 278.8º 0.98% 1% -
XYZ 33.67 15.37 94.96 -
YUV 81.53 225.34 188.25 -
System Red Green Blue C M Y K H S L
Decimal 166 5 254 0.35 0.98 0 0.00 278.8 0.99 0.51
Hex A6 5 FE 23 62 0 0 117 63 33
Octal 246 5 376 43 142 0 0 427 143 63
Binary 10100110 101 11111110 100011 1100010 0 0 100010111 1100011 110011

Color Harmonies of #A605FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A605FE

Black with #A605FE

Text Example


Text Example

White with #A605FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A605FE; }

 p { color: rgb(166,5,254); }

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

background-color css

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

 a { background-color: rgb(166,5,254); }

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

border-color css

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

 span { border-color: rgb(166,5,254); }

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