Html Css Color HEX #AD02F3 Electric Purple

📋 copy color: '#AD02F3'

red 173 ◦ green 2 ◦ blue 243

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

Shades of Electric Purple #AD02F3

Tints of Electric Purple #AD02F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 58.13%

R = 41.39%
G = 0.48%
B = 58.13%

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

#AD02F3 (or 0xAD02F3) is known color: Electric Purple. HEX triplet: AD, 02 and F3. RGB value is (173,2,243). Sum of RGB (Red+Green+Blue) = 173+2+243=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 243 (95.31% from 255 or 58.13% from 418); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD02F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD02F3 is #52FD0C. Grayscale: #4F4F4F. Windows color (decimal): -5438733 or 15925933. OLE color: 15925933.

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

Color convert

RGB 173 2 243 -
CMYK 0.29 0.99 0 0.05
HSL 282.57º 0.98% 0.48% -
HSV(B) 282.57º 0.99% 0.95% -
XYZ 33.43 15.4 86 -
YUV 80.6 219.65 193.9 -
System Red Green Blue C M Y K H S L
Decimal 173 2 243 0.29 0.99 0 0.05 282.57 0.98 0.48
Hex AD 2 F3 1D 63 0 5 11B 62 30
Octal 255 2 363 35 143 0 5 433 142 60
Binary 10101101 10 11110011 11101 1100011 0 101 100011011 1100010 110000

Color Harmonies of #AD02F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02F3

Black with #AD02F3

Text Example


Text Example

White with #AD02F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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