Html Css Color HEX #A602ED Electric Purple

📋 copy color: '#A602ED'

red 166 ◦ green 2 ◦ blue 237

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

Shades of Electric Purple #A602ED

Tints of Electric Purple #A602ED

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 40.99%
G = 0.49%
B = 58.52%

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

#A602ED (or 0xA602ED) is known color: Electric Purple. HEX triplet: A6, 02 and ED. RGB value is (166,2,237). Sum of RGB (Red+Green+Blue) = 166+2+237=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #A602ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A602ED is #59FD12. Grayscale: #4D4D4D. Windows color (decimal): -5897491 or 15532710. OLE color: 15532710.

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

Color convert

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

Color Harmonies of #A602ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A602ED

Black with #A602ED

Text Example


Text Example

White with #A602ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A602ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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