Html Css Color HEX #AD02FB Electric Purple

📋 copy color: '#AD02FB'

red 173 ◦ green 2 ◦ blue 251

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

Shades of Electric Purple #AD02FB

Tints of Electric Purple #AD02FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.92%

R = 40.61%
G = 0.47%
B = 58.92%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD02FB (or 0xAD02FB) is known color: Electric Purple. HEX triplet: AD, 02 and FB. RGB value is (173,2,251). Sum of RGB (Red+Green+Blue) = 173+2+251=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD02FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD02FB is #52FD04. Grayscale: #505050. Windows color (decimal): -5438725 or 16450221. OLE color: 16450221.

HSL color Cylindrical-coordinate representation of color #AD02FB: hue angle of 281.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02FB is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 2 251 -
CMYK 0.31 0.99 0 0.02
HSL 281.2º 0.98% 0.5% -
HSV(B) 281.2º 0.99% 0.98% -
XYZ 34.67 15.89 92.51 -
YUV 81.52 223.65 193.25 -
System Red Green Blue C M Y K H S L
Decimal 173 2 251 0.31 0.99 0 0.02 281.2 0.98 0.5
Hex AD 2 FB 1F 63 0 2 119 62 32
Octal 255 2 373 37 143 0 2 431 142 62
Binary 10101101 10 11111011 11111 1100011 0 10 100011001 1100010 110010

Color Harmonies of #AD02FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02FB

Black with #AD02FB

Text Example


Text Example

White with #AD02FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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