Html Css Color HEX #AD0DFF Electric Purple

📋 copy color: '#AD0DFF'

red 173 ◦ green 13 ◦ blue 255

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

Shades of Electric Purple #AD0DFF

Tints of Electric Purple #AD0DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.95%

 BLUE value IS 255 (100% from 255) = 57.82%

R = 39.23%
G = 2.95%
B = 57.82%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD0DFF (or 0xAD0DFF) is known color: Electric Purple. HEX triplet: AD, 0D and FF. RGB value is (173,13,255). Sum of RGB (Red+Green+Blue) = 173+13+255=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD0DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0DFF is #52F200. Grayscale: #575757. Windows color (decimal): -5435905 or 16715181. OLE color: 16715181.

HSL color Cylindrical-coordinate representation of color #AD0DFF: hue angle of 279.67º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0DFF is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 13 255 -
CMYK 0.32 0.95 0 0
HSL 279.67º 1% 0.53% -
HSV(B) 279.67º 0.95% 1% -
XYZ 35.43 16.39 95.9 -
YUV 88.43 222.01 188.32 -
System Red Green Blue C M Y K H S L
Decimal 173 13 255 0.32 0.95 0 0 279.67 1 0.53
Hex AD D FF 20 5F 0 0 118 64 35
Octal 255 15 377 40 137 0 0 430 144 65
Binary 10101101 1101 11111111 100000 1011111 0 0 100011000 1100100 110101

Color Harmonies of #AD0DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DFF

Black with #AD0DFF

Text Example


Text Example

White with #AD0DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DFF; }

 p { color: rgb(173,13,255); }

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

background-color css

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

 a { background-color: rgb(173,13,255); }

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

border-color css

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

 span { border-color: rgb(173,13,255); }

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