Html Css Color HEX #AD07FB Electric Purple

📋 copy color: '#AD07FB'

red 173 ◦ green 7 ◦ blue 251

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

Shades of Electric Purple #AD07FB

Tints of Electric Purple #AD07FB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.62%

 BLUE value IS 251 (98.44% from 255) = 58.24%

R = 40.14%
G = 1.62%
B = 58.24%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD07FB (or 0xAD07FB) is known color: Electric Purple. HEX triplet: AD, 07 and FB. RGB value is (173,7,251). Sum of RGB (Red+Green+Blue) = 173+7+251=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD07FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD07FB is #52F804. Grayscale: #535353. Windows color (decimal): -5437445 or 16451501. OLE color: 16451501.

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

Color convert

RGB 173 7 251 -
CMYK 0.31 0.97 0 0.02
HSL 280.82º 0.97% 0.51% -
HSV(B) 280.82º 0.97% 0.98% -
XYZ 34.72 16 92.53 -
YUV 84.45 222 191.16 -
System Red Green Blue C M Y K H S L
Decimal 173 7 251 0.31 0.97 0 0.02 280.82 0.97 0.51
Hex AD 7 FB 1F 61 0 2 119 61 33
Octal 255 7 373 37 141 0 2 431 141 63
Binary 10101101 111 11111011 11111 1100001 0 10 100011001 1100001 110011

Color Harmonies of #AD07FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07FB

Black with #AD07FB

Text Example


Text Example

White with #AD07FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07FB; }

 p { color: rgb(173,7,251); }

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

background-color css

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

 a { background-color: rgb(173,7,251); }

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

border-color css

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

 span { border-color: rgb(173,7,251); }

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