Html Css Color HEX #AD13F0 Electric Purple

📋 copy color: '#AD13F0'

red 173 ◦ green 19 ◦ blue 240

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

Shades of Electric Purple #AD13F0

Tints of Electric Purple #AD13F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.56%

R = 40.05%
G = 4.4%
B = 55.56%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD13F0 (or 0xAD13F0) is known color: Electric Purple. HEX triplet: AD, 13 and F0. RGB value is (173,19,240). Sum of RGB (Red+Green+Blue) = 173+19+240=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 240 (94.14% from 255 or 55.56% from 432); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD13F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD13F0 is #52EC0F. Grayscale: #595959. Windows color (decimal): -5434384 or 15733677. OLE color: 15733677.

HSL color Cylindrical-coordinate representation of color #AD13F0: hue angle of 281.81º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD13F0 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 19 240 -
CMYK 0.28 0.92 0 0.06
HSL 281.81º 0.88% 0.51% -
HSV(B) 281.81º 0.92% 0.94% -
XYZ 33.19 15.64 83.71 -
YUV 90.24 212.52 187.03 -
System Red Green Blue C M Y K H S L
Decimal 173 19 240 0.28 0.92 0 0.06 281.81 0.88 0.51
Hex AD 13 F0 1C 5C 0 6 11A 58 33
Octal 255 23 360 34 134 0 6 432 130 63
Binary 10101101 10011 11110000 11100 1011100 0 110 100011010 1011000 110011

Color Harmonies of #AD13F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD13F0

Black with #AD13F0

Text Example


Text Example

White with #AD13F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD13F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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