Html Css Color HEX #A608ED Electric Purple

📋 copy color: '#A608ED'

red 166 ◦ green 8 ◦ blue 237

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

Shades of Electric Purple #A608ED

Tints of Electric Purple #A608ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.66%

R = 40.39%
G = 1.95%
B = 57.66%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A608ED (or 0xA608ED) is known color: Electric Purple. HEX triplet: A6, 08 and ED. RGB value is (166,8,237). Sum of RGB (Red+Green+Blue) = 166+8+237=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #A608ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A608ED is #59F712. Grayscale: #505050. Windows color (decimal): -5895955 or 15534246. OLE color: 15534246.

HSL color Cylindrical-coordinate representation of color #A608ED: hue angle of 281.4º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A608ED is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 8 237 -
CMYK 0.30 0.97 0 0.07
HSL 281.4º 0.93% 0.48% -
HSV(B) 281.4º 0.97% 0.93% -
XYZ 31.1 14.4 81.26 -
YUV 81.35 215.85 188.38 -
System Red Green Blue C M Y K H S L
Decimal 166 8 237 0.30 0.97 0 0.07 281.4 0.93 0.48
Hex A6 8 ED 1E 61 0 7 119 5D 30
Octal 246 10 355 36 141 0 7 431 135 60
Binary 10100110 1000 11101101 11110 1100001 0 111 100011001 1011101 110000

Color Harmonies of #A608ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608ED

Black with #A608ED

Text Example


Text Example

White with #A608ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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