Html Css Color HEX #A602FD Electric Purple

📋 copy color: '#A602FD'

red 166 ◦ green 2 ◦ blue 253

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

Shades of Electric Purple #A602FD

Tints of Electric Purple #A602FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.1%

R = 39.43%
G = 0.48%
B = 60.1%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A602FD (or 0xA602FD) is known color: Electric Purple. HEX triplet: A6, 02 and FD. RGB value is (166,2,253). Sum of RGB (Red+Green+Blue) = 166+2+253=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #A602FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A602FD is #59FD02. Grayscale: #4E4E4E. Windows color (decimal): -5897475 or 16581286. OLE color: 16581286.

HSL color Cylindrical-coordinate representation of color #A602FD: hue angle of 279.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A602FD is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 2 253 -
CMYK 0.34 0.99 0 0.01
HSL 279.2º 0.98% 0.5% -
HSV(B) 279.2º 0.99% 0.99% -
XYZ 33.48 15.24 94.11 -
YUV 79.65 225.83 189.59 -
System Red Green Blue C M Y K H S L
Decimal 166 2 253 0.34 0.99 0 0.01 279.2 0.98 0.5
Hex A6 2 FD 22 63 0 1 117 62 32
Octal 246 2 375 42 143 0 1 427 142 62
Binary 10100110 10 11111101 100010 1100011 0 1 100010111 1100010 110010

Color Harmonies of #A602FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A602FD

Black with #A602FD

Text Example


Text Example

White with #A602FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A602FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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