Html Css Color HEX #AD02F2 Electric Purple

📋 copy color: '#AD02F2'

red 173 ◦ green 2 ◦ blue 242

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

Shades of Electric Purple #AD02F2

Tints of Electric Purple #AD02F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 58.03%

R = 41.49%
G = 0.48%
B = 58.03%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD02F2 (or 0xAD02F2) is known color: Electric Purple. HEX triplet: AD, 02 and F2. RGB value is (173,2,242). Sum of RGB (Red+Green+Blue) = 173+2+242=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD02F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD02F2 is #52FD0D. Grayscale: #4F4F4F. Windows color (decimal): -5438734 or 15860397. OLE color: 15860397.

HSL color Cylindrical-coordinate representation of color #AD02F2: hue angle of 282.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02F2 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 2 242 -
CMYK 0.29 0.99 0 0.05
HSL 282.75º 0.98% 0.48% -
HSV(B) 282.75º 0.99% 0.95% -
XYZ 33.28 15.34 85.21 -
YUV 80.49 219.15 193.99 -
System Red Green Blue C M Y K H S L
Decimal 173 2 242 0.29 0.99 0 0.05 282.75 0.98 0.48
Hex AD 2 F2 1D 63 0 5 11B 62 30
Octal 255 2 362 35 143 0 5 433 142 60
Binary 10101101 10 11110010 11101 1100011 0 101 100011011 1100010 110000

Color Harmonies of #AD02F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02F2

Black with #AD02F2

Text Example


Text Example

White with #AD02F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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