Html Css Color HEX #AD00FB Electric Purple

📋 copy color: '#AD00FB'

red 173 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #AD00FB

Tints of Electric Purple #AD00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.8%
G = 0%
B = 59.2%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD00FB (or 0xAD00FB) is known color: Electric Purple. HEX triplet: AD, 00 and FB. RGB value is (173,0,251). Sum of RGB (Red+Green+Blue) = 173+0+251=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD00FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD00FB is #52FF04. Grayscale: #4F4F4F. Windows color (decimal): -5439237 or 16449709. OLE color: 16449709.

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

Color convert

RGB 173 0 251 -
CMYK 0.31 1 0 0.02
HSL 281.35º 1% 0.49% -
HSV(B) 281.35º 1% 0.98% -
XYZ 34.65 15.85 92.5 -
YUV 80.34 224.31 194.09 -
System Red Green Blue C M Y K H S L
Decimal 173 0 251 0.31 1 0 0.02 281.35 1 0.49
Hex AD 0 FB 1F 64 0 2 119 64 31
Octal 255 0 373 37 144 0 2 431 144 61
Binary 10101101 0 11111011 11111 1100100 0 10 100011001 1100100 110001

Color Harmonies of #AD00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00FB

Black with #AD00FB

Text Example


Text Example

White with #AD00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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