Html Css Color HEX #AD05F5 Electric Purple

📋 copy color: '#AD05F5'

red 173 ◦ green 5 ◦ blue 245

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

Shades of Electric Purple #AD05F5

Tints of Electric Purple #AD05F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 57.92%

R = 40.9%
G = 1.18%
B = 57.92%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD05F5 (or 0xAD05F5) is known color: Electric Purple. HEX triplet: AD, 05 and F5. RGB value is (173,5,245). Sum of RGB (Red+Green+Blue) = 173+5+245=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 245 (96.09% from 255 or 57.92% from 423); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD05F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD05F5 is #52FA0A. Grayscale: #515151. Windows color (decimal): -5437963 or 16057773. OLE color: 16057773.

HSL color Cylindrical-coordinate representation of color #AD05F5: hue angle of 282º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD05F5 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 5 245 -
CMYK 0.29 0.98 0 0.04
HSL 282º 0.96% 0.49% -
HSV(B) 282º 0.98% 0.96% -
XYZ 33.77 15.59 87.61 -
YUV 82.59 219.66 192.49 -
System Red Green Blue C M Y K H S L
Decimal 173 5 245 0.29 0.98 0 0.04 282 0.96 0.49
Hex AD 5 F5 1D 62 0 4 11A 60 31
Octal 255 5 365 35 142 0 4 432 140 61
Binary 10101101 101 11110101 11101 1100010 0 100 100011010 1100000 110001

Color Harmonies of #AD05F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05F5

Black with #AD05F5

Text Example


Text Example

White with #AD05F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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