Html Css Color HEX #AD0FFB Electric Purple

📋 copy color: '#AD0FFB'

red 173 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #AD0FFB

Tints of Electric Purple #AD0FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.42%

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

R = 39.41%
G = 3.42%
B = 57.18%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD0FFB (or 0xAD0FFB) is known color: Electric Purple. HEX triplet: AD, 0F and FB. RGB value is (173,15,251). Sum of RGB (Red+Green+Blue) = 173+15+251=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD0FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0FFB is #52F004. Grayscale: #585858. Windows color (decimal): -5435397 or 16453549. OLE color: 16453549.

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

Color convert

RGB 173 15 251 -
CMYK 0.31 0.94 0 0.02
HSL 280.17º 0.97% 0.52% -
HSV(B) 280.17º 0.94% 0.98% -
XYZ 34.82 16.19 92.56 -
YUV 89.15 219.35 187.81 -
System Red Green Blue C M Y K H S L
Decimal 173 15 251 0.31 0.94 0 0.02 280.17 0.97 0.52
Hex AD F FB 1F 5E 0 2 118 61 34
Octal 255 17 373 37 136 0 2 430 141 64
Binary 10101101 1111 11111011 11111 1011110 0 10 100011000 1100001 110100

Color Harmonies of #AD0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FFB

Black with #AD0FFB

Text Example


Text Example

White with #AD0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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