Html Css Color HEX #A608FF Electric Purple

📋 copy color: '#A608FF'

red 166 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #A608FF

Tints of Electric Purple #A608FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.44%

R = 38.69%
G = 1.86%
B = 59.44%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A608FF (or 0xA608FF) is known color: Electric Purple. HEX triplet: A6, 08 and FF. RGB value is (166,8,255). Sum of RGB (Red+Green+Blue) = 166+8+255=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #A608FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A608FF is #59F700. Grayscale: #525252. Windows color (decimal): -5895937 or 16713894. OLE color: 16713894.

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

Color convert

RGB 166 8 255 -
CMYK 0.35 0.97 0 0
HSL 278.38º 1% 0.52% -
HSV(B) 278.38º 0.97% 1% -
XYZ 33.86 15.5 95.81 -
YUV 83.4 224.85 186.92 -
System Red Green Blue C M Y K H S L
Decimal 166 8 255 0.35 0.97 0 0 278.38 1 0.52
Hex A6 8 FF 23 61 0 0 116 64 34
Octal 246 10 377 43 141 0 0 426 144 64
Binary 10100110 1000 11111111 100011 1100001 0 0 100010110 1100100 110100

Color Harmonies of #A608FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608FF

Black with #A608FF

Text Example


Text Example

White with #A608FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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