Html Css Color HEX #AD0DFD Electric Purple

📋 copy color: '#AD0DFD'

red 173 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #AD0DFD

Tints of Electric Purple #AD0DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.63%

R = 39.41%
G = 2.96%
B = 57.63%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD0DFD (or 0xAD0DFD) is known color: Electric Purple. HEX triplet: AD, 0D and FD. RGB value is (173,13,253). Sum of RGB (Red+Green+Blue) = 173+13+253=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD0DFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0DFD is #52F202. Grayscale: #575757. Windows color (decimal): -5435907 or 16584109. OLE color: 16584109.

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

Color convert

RGB 173 13 253 -
CMYK 0.32 0.95 0 0.01
HSL 280º 0.98% 0.52% -
HSV(B) 280º 0.95% 0.99% -
XYZ 35.11 16.26 94.22 -
YUV 88.2 221.01 188.49 -
System Red Green Blue C M Y K H S L
Decimal 173 13 253 0.32 0.95 0 0.01 280 0.98 0.52
Hex AD D FD 20 5F 0 1 118 62 34
Octal 255 15 375 40 137 0 1 430 142 64
Binary 10101101 1101 11111101 100000 1011111 0 1 100011000 1100010 110100

Color Harmonies of #AD0DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DFD

Black with #AD0DFD

Text Example


Text Example

White with #AD0DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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