Html Css Color HEX #AD1BEE Electric Purple

📋 copy color: '#AD1BEE'

red 173 ◦ green 27 ◦ blue 238

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

Shades of Electric Purple #AD1BEE

Tints of Electric Purple #AD1BEE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.16%

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

R = 39.5%
G = 6.16%
B = 54.34%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD1BEE (or 0xAD1BEE) is known color: Electric Purple. HEX triplet: AD, 1B and EE. RGB value is (173,27,238). Sum of RGB (Red+Green+Blue) = 173+27+238=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD1BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1BEE is #52E411. Grayscale: #5E5E5E. Windows color (decimal): -5432338 or 15604653. OLE color: 15604653.

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

Color convert

RGB 173 27 238 -
CMYK 0.27 0.89 0 0.07
HSL 281.52º 0.86% 0.52% -
HSV(B) 281.52º 0.89% 0.93% -
XYZ 33.06 15.84 82.2 -
YUV 94.71 208.87 183.84 -
System Red Green Blue C M Y K H S L
Decimal 173 27 238 0.27 0.89 0 0.07 281.52 0.86 0.52
Hex AD 1B EE 1B 59 0 7 11A 56 34
Octal 255 33 356 33 131 0 7 432 126 64
Binary 10101101 11011 11101110 11011 1011001 0 111 100011010 1010110 110100

Color Harmonies of #AD1BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BEE

Black with #AD1BEE

Text Example


Text Example

White with #AD1BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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