Html Css Color HEX #AD02F0 Electric Purple

📋 copy color: '#AD02F0'

red 173 ◦ green 2 ◦ blue 240

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

Shades of Electric Purple #AD02F0

Tints of Electric Purple #AD02F0

RGB

 RED value IS 173 (67.97% from 255) = 41.69%

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

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

R = 41.69%
G = 0.48%
B = 57.83%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD02F0 (or 0xAD02F0) is known color: Electric Purple. HEX triplet: AD, 02 and F0. RGB value is (173,2,240). Sum of RGB (Red+Green+Blue) = 173+2+240=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 240 (94.14% from 255 or 57.83% from 415); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD02F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD02F0 is #52FD0F. Grayscale: #4F4F4F. Windows color (decimal): -5438736 or 15729325. OLE color: 15729325.

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

Color convert

RGB 173 2 240 -
CMYK 0.28 0.99 0 0.06
HSL 283.11º 0.98% 0.47% -
HSV(B) 283.11º 0.99% 0.94% -
XYZ 32.98 15.22 83.64 -
YUV 80.26 218.15 194.15 -
System Red Green Blue C M Y K H S L
Decimal 173 2 240 0.28 0.99 0 0.06 283.11 0.98 0.47
Hex AD 2 F0 1C 63 0 6 11B 62 2F
Octal 255 2 360 34 143 0 6 433 142 57
Binary 10101101 10 11110000 11100 1100011 0 110 100011011 1100010 101111

Color Harmonies of #AD02F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02F0

Black with #AD02F0

Text Example


Text Example

White with #AD02F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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