Html Css Color HEX #AD02EB Electric Purple

📋 copy color: '#AD02EB'

red 173 ◦ green 2 ◦ blue 235

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

Shades of Electric Purple #AD02EB

Tints of Electric Purple #AD02EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.32%

R = 42.2%
G = 0.49%
B = 57.32%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD02EB (or 0xAD02EB) is known color: Electric Purple. HEX triplet: AD, 02 and EB. RGB value is (173,2,235). Sum of RGB (Red+Green+Blue) = 173+2+235=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD02EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD02EB is #52FD14. Grayscale: #4E4E4E. Windows color (decimal): -5438741 or 15401645. OLE color: 15401645.

HSL color Cylindrical-coordinate representation of color #AD02EB: hue angle of 284.03º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02EB is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 2 235 -
CMYK 0.26 0.99 0 0.08
HSL 284.03º 0.98% 0.46% -
HSV(B) 284.03º 0.99% 0.92% -
XYZ 32.25 14.93 79.78 -
YUV 79.69 215.65 194.55 -
System Red Green Blue C M Y K H S L
Decimal 173 2 235 0.26 0.99 0 0.08 284.03 0.98 0.46
Hex AD 2 EB 1A 63 0 8 11C 62 2E
Octal 255 2 353 32 143 0 10 434 142 56
Binary 10101101 10 11101011 11010 1100011 0 1000 100011100 1100010 101110

Color Harmonies of #AD02EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02EB

Black with #AD02EB

Text Example


Text Example

White with #AD02EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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