Html Css Color HEX #A602EE Electric Purple

📋 copy color: '#A602EE'

red 166 ◦ green 2 ◦ blue 238

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

Shades of Electric Purple #A602EE

Tints of Electric Purple #A602EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.62%

R = 40.89%
G = 0.49%
B = 58.62%

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

#A602EE (or 0xA602EE) is known color: Electric Purple. HEX triplet: A6, 02 and EE. RGB value is (166,2,238). Sum of RGB (Red+Green+Blue) = 166+2+238=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #A602EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A602EE is #59FD11. Grayscale: #4D4D4D. Windows color (decimal): -5897490 or 15598246. OLE color: 15598246.

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

Color convert

RGB 166 2 238 -
CMYK 0.30 0.99 0 0.07
HSL 281.69º 0.98% 0.47% -
HSV(B) 281.69º 0.99% 0.93% -
XYZ 31.18 14.32 82.01 -
YUV 77.94 218.33 190.81 -
System Red Green Blue C M Y K H S L
Decimal 166 2 238 0.30 0.99 0 0.07 281.69 0.98 0.47
Hex A6 2 EE 1E 63 0 7 11A 62 2F
Octal 246 2 356 36 143 0 7 432 142 57
Binary 10100110 10 11101110 11110 1100011 0 111 100011010 1100010 101111

Color Harmonies of #A602EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A602EE

Black with #A602EE

Text Example


Text Example

White with #A602EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A602EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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