Html Css Color HEX #AD10F9 Electric Purple

📋 copy color: '#AD10F9'

red 173 ◦ green 16 ◦ blue 249

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

Shades of Electric Purple #AD10F9

Tints of Electric Purple #AD10F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 56.85%

R = 39.5%
G = 3.65%
B = 56.85%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD10F9 (or 0xAD10F9) is known color: Electric Purple. HEX triplet: AD, 10 and F9. RGB value is (173,16,249). Sum of RGB (Red+Green+Blue) = 173+16+249=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 249 (97.66% from 255 or 56.85% from 438); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD10F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD10F9 is #52EF06. Grayscale: #585858. Windows color (decimal): -5435143 or 16322733. OLE color: 16322733.

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

Color convert

RGB 173 16 249 -
CMYK 0.31 0.94 0 0.02
HSL 280.43º 0.95% 0.52% -
HSV(B) 280.43º 0.94% 0.98% -
XYZ 34.52 16.09 90.91 -
YUV 89.51 218.01 187.55 -
System Red Green Blue C M Y K H S L
Decimal 173 16 249 0.31 0.94 0 0.02 280.43 0.95 0.52
Hex AD 10 F9 1F 5E 0 2 118 5F 34
Octal 255 20 371 37 136 0 2 430 137 64
Binary 10101101 10000 11111001 11111 1011110 0 10 100011000 1011111 110100

Color Harmonies of #AD10F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10F9

Black with #AD10F9

Text Example


Text Example

White with #AD10F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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