Html Css Color HEX #AD04FA Electric Purple

📋 copy color: '#AD04FA'

red 173 ◦ green 4 ◦ blue 250

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

Shades of Electric Purple #AD04FA

Tints of Electric Purple #AD04FA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.94%

 BLUE value IS 250 (98.05% from 255) = 58.55%

R = 40.52%
G = 0.94%
B = 58.55%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD04FA (or 0xAD04FA) is known color: Electric Purple. HEX triplet: AD, 04 and FA. RGB value is (173,4,250). Sum of RGB (Red+Green+Blue) = 173+4+250=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD04FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD04FA is #52FB05. Grayscale: #515151. Windows color (decimal): -5438214 or 16385197. OLE color: 16385197.

HSL color Cylindrical-coordinate representation of color #AD04FA: hue angle of 281.22º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04FA is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 4 250 -
CMYK 0.31 0.98 0 0.02
HSL 281.22º 0.97% 0.5% -
HSV(B) 281.22º 0.98% 0.98% -
XYZ 34.53 15.87 91.69 -
YUV 82.58 222.49 192.5 -
System Red Green Blue C M Y K H S L
Decimal 173 4 250 0.31 0.98 0 0.02 281.22 0.97 0.5
Hex AD 4 FA 1F 62 0 2 119 61 32
Octal 255 4 372 37 142 0 2 431 141 62
Binary 10101101 100 11111010 11111 1100010 0 10 100011001 1100001 110010

Color Harmonies of #AD04FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD04FA

Black with #AD04FA

Text Example


Text Example

White with #AD04FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD04FA; }

 p { color: rgb(173,4,250); }

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

background-color css

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

 a { background-color: rgb(173,4,250); }

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

border-color css

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

 span { border-color: rgb(173,4,250); }

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