Html Css Color HEX #AD10FA Electric Purple

📋 copy color: '#AD10FA'

red 173 ◦ green 16 ◦ blue 250

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

Shades of Electric Purple #AD10FA

Tints of Electric Purple #AD10FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.95%

R = 39.41%
G = 3.64%
B = 56.95%

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

#AD10FA (or 0xAD10FA) is known color: Electric Purple. HEX triplet: AD, 10 and FA. RGB value is (173,16,250). Sum of RGB (Red+Green+Blue) = 173+16+250=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD10FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD10FA is #52EF05. Grayscale: #585858. Windows color (decimal): -5435142 or 16388269. OLE color: 16388269.

HSL color Cylindrical-coordinate representation of color #AD10FA: hue angle of 280.26º degrees, saturation: 0.96, 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 #AD10FA is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 16 250 -
CMYK 0.31 0.94 0 0.02
HSL 280.26º 0.96% 0.52% -
HSV(B) 280.26º 0.94% 0.98% -
XYZ 34.67 16.16 91.73 -
YUV 89.62 218.51 187.47 -
System Red Green Blue C M Y K H S L
Decimal 173 16 250 0.31 0.94 0 0.02 280.26 0.96 0.52
Hex AD 10 FA 1F 5E 0 2 118 60 34
Octal 255 20 372 37 136 0 2 430 140 64
Binary 10101101 10000 11111010 11111 1011110 0 10 100011000 1100000 110100

Color Harmonies of #AD10FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10FA

Black with #AD10FA

Text Example


Text Example

White with #AD10FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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