Html Css Color HEX #A610ED Electric Purple

📋 copy color: '#A610ED'

red 166 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #A610ED

Tints of Electric Purple #A610ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.82%

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

R = 39.62%
G = 3.82%
B = 56.56%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A610ED (or 0xA610ED) is known color: Electric Purple. HEX triplet: A6, 10 and ED. RGB value is (166,16,237). Sum of RGB (Red+Green+Blue) = 166+16+237=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #A610ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A610ED is #59EF12. Grayscale: #555555. Windows color (decimal): -5893907 or 15536294. OLE color: 15536294.

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

Color convert

RGB 166 16 237 -
CMYK 0.30 0.93 0 0.07
HSL 280.72º 0.87% 0.5% -
HSV(B) 280.72º 0.93% 0.93% -
XYZ 31.2 14.59 81.29 -
YUV 86.04 213.2 185.03 -
System Red Green Blue C M Y K H S L
Decimal 166 16 237 0.30 0.93 0 0.07 280.72 0.87 0.5
Hex A6 10 ED 1E 5D 0 7 119 57 32
Octal 246 20 355 36 135 0 7 431 127 62
Binary 10100110 10000 11101101 11110 1011101 0 111 100011001 1010111 110010

Color Harmonies of #A610ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A610ED

Black with #A610ED

Text Example


Text Example

White with #A610ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A610ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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