Html Css Color HEX #AD05FF Electric Purple

📋 copy color: '#AD05FF'

red 173 ◦ green 5 ◦ blue 255

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

Shades of Electric Purple #AD05FF

Tints of Electric Purple #AD05FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.15%

 BLUE value IS 255 (100% from 255) = 58.89%

R = 39.95%
G = 1.15%
B = 58.89%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD05FF (or 0xAD05FF) is known color: Electric Purple. HEX triplet: AD, 05 and FF. RGB value is (173,5,255). Sum of RGB (Red+Green+Blue) = 173+5+255=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD05FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD05FF is #52FA00. Grayscale: #525252. Windows color (decimal): -5437953 or 16713133. OLE color: 16713133.

HSL color Cylindrical-coordinate representation of color #AD05FF: hue angle of 280.32º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD05FF is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 5 255 -
CMYK 0.32 0.98 0 0
HSL 280.32º 1% 0.51% -
HSV(B) 280.32º 0.98% 1% -
XYZ 35.34 16.21 95.87 -
YUV 83.73 224.66 191.67 -
System Red Green Blue C M Y K H S L
Decimal 173 5 255 0.32 0.98 0 0 280.32 1 0.51
Hex AD 5 FF 20 62 0 0 118 64 33
Octal 255 5 377 40 142 0 0 430 144 63
Binary 10101101 101 11111111 100000 1100010 0 0 100011000 1100100 110011

Color Harmonies of #AD05FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05FF

Black with #AD05FF

Text Example


Text Example

White with #AD05FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05FF; }

 p { color: rgb(173,5,255); }

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

background-color css

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

 a { background-color: rgb(173,5,255); }

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

border-color css

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

 span { border-color: rgb(173,5,255); }

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