Html Css Color HEX #AD1BEA Electric Purple

📋 copy color: '#AD1BEA'

red 173 ◦ green 27 ◦ blue 234

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

Shades of Electric Purple #AD1BEA

Tints of Electric Purple #AD1BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 39.86%
G = 6.22%
B = 53.92%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD1BEA (or 0xAD1BEA) is known color: Electric Purple. HEX triplet: AD, 1B and EA. RGB value is (173,27,234). Sum of RGB (Red+Green+Blue) = 173+27+234=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD1BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1BEA is #52E415. Grayscale: #5D5D5D. Windows color (decimal): -5432342 or 15342509. OLE color: 15342509.

HSL color Cylindrical-coordinate representation of color #AD1BEA: hue angle of 282.32º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1BEA is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 27 234 -
CMYK 0.26 0.88 0 0.08
HSL 282.32º 0.83% 0.51% -
HSV(B) 282.32º 0.88% 0.92% -
XYZ 32.48 15.61 79.14 -
YUV 94.25 206.87 184.17 -
System Red Green Blue C M Y K H S L
Decimal 173 27 234 0.26 0.88 0 0.08 282.32 0.83 0.51
Hex AD 1B EA 1A 58 0 8 11A 53 33
Octal 255 33 352 32 130 0 10 432 123 63
Binary 10101101 11011 11101010 11010 1011000 0 1000 100011010 1010011 110011

Color Harmonies of #AD1BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BEA

Black with #AD1BEA

Text Example


Text Example

White with #AD1BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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