Html Css Color HEX #AD0DF3 Electric Purple

📋 copy color: '#AD0DF3'

red 173 ◦ green 13 ◦ blue 243

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

Shades of Electric Purple #AD0DF3

Tints of Electric Purple #AD0DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 56.64%

R = 40.33%
G = 3.03%
B = 56.64%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD0DF3 (or 0xAD0DF3) is known color: Electric Purple. HEX triplet: AD, 0D and F3. RGB value is (173,13,243). Sum of RGB (Red+Green+Blue) = 173+13+243=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 243 (95.31% from 255 or 56.64% from 429); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD0DF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0DF3 is #52F20C. Grayscale: #565656. Windows color (decimal): -5435917 or 15928749. OLE color: 15928749.

HSL color Cylindrical-coordinate representation of color #AD0DF3: hue angle of 281.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0DF3 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 13 243 -
CMYK 0.29 0.95 0 0.05
HSL 281.74º 0.91% 0.5% -
HSV(B) 281.74º 0.95% 0.95% -
XYZ 33.56 15.64 86.04 -
YUV 87.06 216.01 189.3 -
System Red Green Blue C M Y K H S L
Decimal 173 13 243 0.29 0.95 0 0.05 281.74 0.91 0.5
Hex AD D F3 1D 5F 0 5 11A 5B 32
Octal 255 15 363 35 137 0 5 432 133 62
Binary 10101101 1101 11110011 11101 1011111 0 101 100011010 1011011 110010

Color Harmonies of #AD0DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DF3

Black with #AD0DF3

Text Example


Text Example

White with #AD0DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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