Html Css Color HEX #AD13FF Electric Purple

📋 copy color: '#AD13FF'

red 173 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #AD13FF

Tints of Electric Purple #AD13FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.05%

R = 38.7%
G = 4.25%
B = 57.05%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD13FF (or 0xAD13FF) is known color: Electric Purple. HEX triplet: AD, 13 and FF. RGB value is (173,19,255). Sum of RGB (Red+Green+Blue) = 173+19+255=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD13FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD13FF is #52EC00. Grayscale: #5B5B5B. Windows color (decimal): -5434369 or 16716717. OLE color: 16716717.

HSL color Cylindrical-coordinate representation of color #AD13FF: hue angle of 279.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD13FF is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 19 255 -
CMYK 0.32 0.93 0 0
HSL 279.15º 1% 0.54% -
HSV(B) 279.15º 0.93% 1% -
XYZ 35.52 16.57 95.93 -
YUV 91.95 220.02 185.81 -
System Red Green Blue C M Y K H S L
Decimal 173 19 255 0.32 0.93 0 0 279.15 1 0.54
Hex AD 13 FF 20 5D 0 0 117 64 36
Octal 255 23 377 40 135 0 0 427 144 66
Binary 10101101 10011 11111111 100000 1011101 0 0 100010111 1100100 110110

Color Harmonies of #AD13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD13FF

Black with #AD13FF

Text Example


Text Example

White with #AD13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD13FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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