Html Css Color HEX #A802F0 Electric Purple

📋 copy color: '#A802F0'

red 168 ◦ green 2 ◦ blue 240

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

Shades of Electric Purple #A802F0

Tints of Electric Purple #A802F0

RGB

 RED value IS 168 (66.02% from 255) = 40.98%

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

 BLUE value IS 240 (94.14% from 255) = 58.54%

R = 40.98%
G = 0.49%
B = 58.54%

CMYK

 C value IS 0.3

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A802F0 (or 0xA802F0) is known color: Electric Purple. HEX triplet: A8, 02 and F0. RGB value is (168,2,240). Sum of RGB (Red+Green+Blue) = 168+2+240=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 240 (94.14% from 255 or 58.54% from 410); Max value from RGB is 240 - color contains mainly: blue. Hex color #A802F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A802F0 is #57FD0F. Grayscale: #4D4D4D. Windows color (decimal): -5766416 or 15729320. OLE color: 15729320.

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

Color convert

RGB 168 2 240 -
CMYK 0.3 0.99 0 0.06
HSL 281.85º 0.98% 0.47% -
HSV(B) 281.85º 0.99% 0.94% -
XYZ 31.9 14.66 83.59 -
YUV 78.77 219 191.65 -
System Red Green Blue C M Y K H S L
Decimal 168 2 240 0.3 0.99 0 0.06 281.85 0.98 0.47
Hex A8 2 F0 1E 63 0 6 11A 62 2F
Octal 250 2 360 36 143 0 6 432 142 57
Binary 10101000 10 11110000 11110 1100011 0 110 100011010 1100010 101111

Color Harmonies of #A802F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A802F0

Black with #A802F0

Text Example


Text Example

White with #A802F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A802F0; }

 p { color: rgb(168,2,240); }

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

background-color css

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

 a { background-color: rgb(168,2,240); }

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

border-color css

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

 span { border-color: rgb(168,2,240); }

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