Html Css Color HEX #A608FE Electric Purple

📋 copy color: '#A608FE'

red 166 ◦ green 8 ◦ blue 254

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

Shades of Electric Purple #A608FE

Tints of Electric Purple #A608FE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.87%

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

R = 38.79%
G = 1.87%
B = 59.35%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A608FE (or 0xA608FE) is known color: Electric Purple. HEX triplet: A6, 08 and FE. RGB value is (166,8,254). Sum of RGB (Red+Green+Blue) = 166+8+254=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #A608FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A608FE is #59F701. Grayscale: #525252. Windows color (decimal): -5895938 or 16648358. OLE color: 16648358.

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

Color convert

RGB 166 8 254 -
CMYK 0.35 0.97 0 0.00
HSL 278.54º 0.99% 0.51% -
HSV(B) 278.54º 0.97% 1% -
XYZ 33.7 15.44 94.97 -
YUV 83.29 224.35 187 -
System Red Green Blue C M Y K H S L
Decimal 166 8 254 0.35 0.97 0 0.00 278.54 0.99 0.51
Hex A6 8 FE 23 61 0 0 117 63 33
Octal 246 10 376 43 141 0 0 427 143 63
Binary 10100110 1000 11111110 100011 1100001 0 0 100010111 1100011 110011

Color Harmonies of #A608FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608FE

Black with #A608FE

Text Example


Text Example

White with #A608FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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