Html Css Color HEX #AD0BEF Electric Purple

📋 copy color: '#AD0BEF'

red 173 ◦ green 11 ◦ blue 239

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

Shades of Electric Purple #AD0BEF

Tints of Electric Purple #AD0BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.6%

 BLUE value IS 239 (93.75% from 255) = 56.5%

R = 40.9%
G = 2.6%
B = 56.5%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD0BEF (or 0xAD0BEF) is known color: Electric Purple. HEX triplet: AD, 0B and EF. RGB value is (173,11,239). Sum of RGB (Red+Green+Blue) = 173+11+239=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD0BEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0BEF is #52F410. Grayscale: #545454. Windows color (decimal): -5436433 or 15666093. OLE color: 15666093.

HSL color Cylindrical-coordinate representation of color #AD0BEF: hue angle of 282.63º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0BEF is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 11 239 -
CMYK 0.28 0.95 0 0.06
HSL 282.63º 0.91% 0.49% -
HSV(B) 282.63º 0.95% 0.94% -
XYZ 32.93 15.36 82.89 -
YUV 85.43 214.67 190.46 -
System Red Green Blue C M Y K H S L
Decimal 173 11 239 0.28 0.95 0 0.06 282.63 0.91 0.49
Hex AD B EF 1C 5F 0 6 11B 5B 31
Octal 255 13 357 34 137 0 6 433 133 61
Binary 10101101 1011 11101111 11100 1011111 0 110 100011011 1011011 110001

Color Harmonies of #AD0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0BEF

Black with #AD0BEF

Text Example


Text Example

White with #AD0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0BEF; }

 p { color: rgb(173,11,239); }

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

background-color css

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

 a { background-color: rgb(173,11,239); }

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

border-color css

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

 span { border-color: rgb(173,11,239); }

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