Html Css Color HEX #AD13F2 Electric Purple

📋 copy color: '#AD13F2'

red 173 ◦ green 19 ◦ blue 242

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

Shades of Electric Purple #AD13F2

Tints of Electric Purple #AD13F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.76%

R = 39.86%
G = 4.38%
B = 55.76%

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

#AD13F2 (or 0xAD13F2) is known color: Electric Purple. HEX triplet: AD, 13 and F2. RGB value is (173,19,242). Sum of RGB (Red+Green+Blue) = 173+19+242=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD13F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD13F2 is #52EC0D. Grayscale: #595959. Windows color (decimal): -5434382 or 15864749. OLE color: 15864749.

HSL color Cylindrical-coordinate representation of color #AD13F2: hue angle of 281.43º 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 #AD13F2 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 19 242 -
CMYK 0.29 0.92 0 0.05
HSL 281.44º 0.9% 0.51% -
HSV(B) 281.44º 0.92% 0.95% -
XYZ 33.49 15.76 85.28 -
YUV 90.47 213.52 186.87 -
System Red Green Blue C M Y K H S L
Decimal 173 19 242 0.29 0.92 0 0.05 281.44 0.9 0.51
Hex AD 13 F2 1D 5C 0 5 119 5A 33
Octal 255 23 362 35 134 0 5 431 132 63
Binary 10101101 10011 11110010 11101 1011100 0 101 100011001 1011010 110011

Color Harmonies of #AD13F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD13F2

Black with #AD13F2

Text Example


Text Example

White with #AD13F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD13F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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