Html Css Color HEX #A603ED Electric Purple

📋 copy color: '#A603ED'

red 166 ◦ green 3 ◦ blue 237

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

Shades of Electric Purple #A603ED

Tints of Electric Purple #A603ED

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

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

R = 40.89%
G = 0.74%
B = 58.37%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A603ED (or 0xA603ED) is known color: Electric Purple. HEX triplet: A6, 03 and ED. RGB value is (166,3,237). Sum of RGB (Red+Green+Blue) = 166+3+237=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #A603ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A603ED is #59FC12. Grayscale: #4D4D4D. Windows color (decimal): -5897235 or 15532966. OLE color: 15532966.

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

Color convert

RGB 166 3 237 -
CMYK 0.30 0.99 0 0.07
HSL 281.79º 0.98% 0.47% -
HSV(B) 281.79º 0.99% 0.93% -
XYZ 31.04 14.29 81.24 -
YUV 78.41 217.5 190.47 -
System Red Green Blue C M Y K H S L
Decimal 166 3 237 0.30 0.99 0 0.07 281.79 0.98 0.47
Hex A6 3 ED 1E 63 0 7 11A 62 2F
Octal 246 3 355 36 143 0 7 432 142 57
Binary 10100110 11 11101101 11110 1100011 0 111 100011010 1100010 101111

Color Harmonies of #A603ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A603ED

Black with #A603ED

Text Example


Text Example

White with #A603ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A603ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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