Html Css Color HEX #AD1BE8 Electric Purple

📋 copy color: '#AD1BE8'

red 173 ◦ green 27 ◦ blue 232

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

Shades of Electric Purple #AD1BE8

Tints of Electric Purple #AD1BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 53.7%

R = 40.05%
G = 6.25%
B = 53.7%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD1BE8 (or 0xAD1BE8) is known color: Electric Purple. HEX triplet: AD, 1B and E8. RGB value is (173,27,232). Sum of RGB (Red+Green+Blue) = 173+27+232=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 232 (91.02% from 255 or 53.70% from 432); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD1BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1BE8 is #52E417. Grayscale: #5D5D5D. Windows color (decimal): -5432344 or 15211437. OLE color: 15211437.

HSL color Cylindrical-coordinate representation of color #AD1BE8: hue angle of 282.73º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1BE8 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 27 232 -
CMYK 0.25 0.88 0 0.09
HSL 282.73º 0.82% 0.51% -
HSV(B) 282.73º 0.88% 0.91% -
XYZ 32.19 15.49 77.64 -
YUV 94.02 205.87 184.33 -
System Red Green Blue C M Y K H S L
Decimal 173 27 232 0.25 0.88 0 0.09 282.73 0.82 0.51
Hex AD 1B E8 19 58 0 9 11B 52 33
Octal 255 33 350 31 130 0 11 433 122 63
Binary 10101101 11011 11101000 11001 1011000 0 1001 100011011 1010010 110011

Color Harmonies of #AD1BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BE8

Black with #AD1BE8

Text Example


Text Example

White with #AD1BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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