Html Css Color HEX #AD05F3 Electric Purple

📋 copy color: '#AD05F3'

red 173 ◦ green 5 ◦ blue 243

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

Shades of Electric Purple #AD05F3

Tints of Electric Purple #AD05F3

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.19%

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

R = 41.09%
G = 1.19%
B = 57.72%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD05F3 (or 0xAD05F3) is known color: Electric Purple. HEX triplet: AD, 05 and F3. RGB value is (173,5,243). Sum of RGB (Red+Green+Blue) = 173+5+243=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD05F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD05F3 is #52FA0C. Grayscale: #515151. Windows color (decimal): -5437965 or 15926701. OLE color: 15926701.

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

Color convert

RGB 173 5 243 -
CMYK 0.29 0.98 0 0.05
HSL 282.35º 0.96% 0.49% -
HSV(B) 282.35º 0.98% 0.95% -
XYZ 33.47 15.46 86.02 -
YUV 82.36 218.66 192.65 -
System Red Green Blue C M Y K H S L
Decimal 173 5 243 0.29 0.98 0 0.05 282.35 0.96 0.49
Hex AD 5 F3 1D 62 0 5 11A 60 31
Octal 255 5 363 35 142 0 5 432 140 61
Binary 10101101 101 11110011 11101 1100010 0 101 100011010 1100000 110001

Color Harmonies of #AD05F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05F3

Black with #AD05F3

Text Example


Text Example

White with #AD05F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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