Html Css Color HEX #AD0BEE Electric Purple

📋 copy color: '#AD0BEE'

red 173 ◦ green 11 ◦ blue 238

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

Shades of Electric Purple #AD0BEE

Tints of Electric Purple #AD0BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.4%

R = 41%
G = 2.61%
B = 56.4%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD0BEE (or 0xAD0BEE) is known color: Electric Purple. HEX triplet: AD, 0B and EE. RGB value is (173,11,238). Sum of RGB (Red+Green+Blue) = 173+11+238=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD0BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0BEE is #52F411. Grayscale: #545454. Windows color (decimal): -5436434 or 15600557. OLE color: 15600557.

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

Color convert

RGB 173 11 238 -
CMYK 0.27 0.95 0 0.07
HSL 282.82º 0.91% 0.49% -
HSV(B) 282.82º 0.95% 0.93% -
XYZ 32.79 15.3 82.11 -
YUV 85.32 214.17 190.54 -
System Red Green Blue C M Y K H S L
Decimal 173 11 238 0.27 0.95 0 0.07 282.82 0.91 0.49
Hex AD B EE 1B 5F 0 7 11B 5B 31
Octal 255 13 356 33 137 0 7 433 133 61
Binary 10101101 1011 11101110 11011 1011111 0 111 100011011 1011011 110001

Color Harmonies of #AD0BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0BEE

Black with #AD0BEE

Text Example


Text Example

White with #AD0BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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