Html Css Color HEX #AD0FF0 Electric Purple

📋 copy color: '#AD0FF0'

red 173 ◦ green 15 ◦ blue 240

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

Shades of Electric Purple #AD0FF0

Tints of Electric Purple #AD0FF0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.5%

 BLUE value IS 240 (94.14% from 255) = 56.07%

R = 40.42%
G = 3.5%
B = 56.07%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD0FF0 (or 0xAD0FF0) is known color: Electric Purple. HEX triplet: AD, 0F and F0. RGB value is (173,15,240). Sum of RGB (Red+Green+Blue) = 173+15+240=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 240 (94.14% from 255 or 56.07% from 428); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD0FF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0FF0 is #52F00F. Grayscale: #575757. Windows color (decimal): -5435408 or 15732653. OLE color: 15732653.

HSL color Cylindrical-coordinate representation of color #AD0FF0: hue angle of 282.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0FF0 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 15 240 -
CMYK 0.28 0.94 0 0.06
HSL 282.13º 0.88% 0.5% -
HSV(B) 282.13º 0.94% 0.94% -
XYZ 33.13 15.52 83.69 -
YUV 87.89 213.85 188.7 -
System Red Green Blue C M Y K H S L
Decimal 173 15 240 0.28 0.94 0 0.06 282.13 0.88 0.5
Hex AD F F0 1C 5E 0 6 11A 58 32
Octal 255 17 360 34 136 0 6 432 130 62
Binary 10101101 1111 11110000 11100 1011110 0 110 100011010 1011000 110010

Color Harmonies of #AD0FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FF0

Black with #AD0FF0

Text Example


Text Example

White with #AD0FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FF0; }

 p { color: rgb(173,15,240); }

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

background-color css

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

 a { background-color: rgb(173,15,240); }

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

border-color css

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

 span { border-color: rgb(173,15,240); }

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