Html Css Color HEX #AD10F5 Electric Purple

📋 copy color: '#AD10F5'

red 173 ◦ green 16 ◦ blue 245

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

Shades of Electric Purple #AD10F5

Tints of Electric Purple #AD10F5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.69%

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

R = 39.86%
G = 3.69%
B = 56.45%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD10F5 (or 0xAD10F5) is known color: Electric Purple. HEX triplet: AD, 10 and F5. RGB value is (173,16,245). Sum of RGB (Red+Green+Blue) = 173+16+245=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 245 (96.09% from 255 or 56.45% from 434); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD10F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD10F5 is #52EF0A. Grayscale: #585858. Windows color (decimal): -5435147 or 16060589. OLE color: 16060589.

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

Color convert

RGB 173 16 245 -
CMYK 0.29 0.93 0 0.04
HSL 281.14º 0.92% 0.51% -
HSV(B) 281.14º 0.93% 0.96% -
XYZ 33.9 15.85 87.66 -
YUV 89.05 216.01 187.88 -
System Red Green Blue C M Y K H S L
Decimal 173 16 245 0.29 0.93 0 0.04 281.14 0.92 0.51
Hex AD 10 F5 1D 5D 0 4 119 5C 33
Octal 255 20 365 35 135 0 4 431 134 63
Binary 10101101 10000 11110101 11101 1011101 0 100 100011001 1011100 110011

Color Harmonies of #AD10F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10F5

Black with #AD10F5

Text Example


Text Example

White with #AD10F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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