Html Css Color HEX #AD13F3 Electric Purple

📋 copy color: '#AD13F3'

red 173 ◦ green 19 ◦ blue 243

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

Shades of Electric Purple #AD13F3

Tints of Electric Purple #AD13F3

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.37%

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

R = 39.77%
G = 4.37%
B = 55.86%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD13F3 (or 0xAD13F3) is known color: Electric Purple. HEX triplet: AD, 13 and F3. RGB value is (173,19,243). Sum of RGB (Red+Green+Blue) = 173+19+243=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD13F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD13F3 is #52EC0C. Grayscale: #595959. Windows color (decimal): -5434381 or 15930285. OLE color: 15930285.

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

Color convert

RGB 173 19 243 -
CMYK 0.29 0.92 0 0.05
HSL 281.25º 0.9% 0.51% -
HSV(B) 281.25º 0.92% 0.95% -
XYZ 33.64 15.82 86.07 -
YUV 90.58 214.02 186.79 -
System Red Green Blue C M Y K H S L
Decimal 173 19 243 0.29 0.92 0 0.05 281.25 0.9 0.51
Hex AD 13 F3 1D 5C 0 5 119 5A 33
Octal 255 23 363 35 134 0 5 431 132 63
Binary 10101101 10011 11110011 11101 1011100 0 101 100011001 1011010 110011

Color Harmonies of #AD13F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD13F3

Black with #AD13F3

Text Example


Text Example

White with #AD13F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD13F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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