Html Css Color HEX #A607ED Electric Purple

📋 copy color: '#A607ED'

red 166 ◦ green 7 ◦ blue 237

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

Shades of Electric Purple #A607ED

Tints of Electric Purple #A607ED

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.71%

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

R = 40.49%
G = 1.71%
B = 57.8%

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

#A607ED (or 0xA607ED) is known color: Electric Purple. HEX triplet: A6, 07 and ED. RGB value is (166,7,237). Sum of RGB (Red+Green+Blue) = 166+7+237=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #A607ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A607ED is #59F812. Grayscale: #505050. Windows color (decimal): -5896211 or 15533990. OLE color: 15533990.

HSL color Cylindrical-coordinate representation of color #A607ED: hue angle of 281.48º degrees, saturation: 0.94, 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 #A607ED is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 7 237 -
CMYK 0.30 0.97 0 0.07
HSL 281.48º 0.94% 0.48% -
HSV(B) 281.48º 0.97% 0.93% -
XYZ 31.09 14.37 81.26 -
YUV 80.76 216.18 188.8 -
System Red Green Blue C M Y K H S L
Decimal 166 7 237 0.30 0.97 0 0.07 281.48 0.94 0.48
Hex A6 7 ED 1E 61 0 7 119 5E 30
Octal 246 7 355 36 141 0 7 431 136 60
Binary 10100110 111 11101101 11110 1100001 0 111 100011001 1011110 110000

Color Harmonies of #A607ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A607ED

Black with #A607ED

Text Example


Text Example

White with #A607ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A607ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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