Html Css Color HEX #AD0BEA Electric Purple

📋 copy color: '#AD0BEA'

red 173 ◦ green 11 ◦ blue 234

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

Shades of Electric Purple #AD0BEA

Tints of Electric Purple #AD0BEA

RGB

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

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

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

R = 41.39%
G = 2.63%
B = 55.98%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD0BEA (or 0xAD0BEA) is known color: Electric Purple. HEX triplet: AD, 0B and EA. RGB value is (173,11,234). Sum of RGB (Red+Green+Blue) = 173+11+234=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD0BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0BEA is #52F415. Grayscale: #545454. Windows color (decimal): -5436438 or 15338413. OLE color: 15338413.

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

Color convert

RGB 173 11 234 -
CMYK 0.26 0.95 0 0.08
HSL 283.59º 0.91% 0.48% -
HSV(B) 283.59º 0.95% 0.92% -
XYZ 32.2 15.06 79.05 -
YUV 84.86 212.17 190.87 -
System Red Green Blue C M Y K H S L
Decimal 173 11 234 0.26 0.95 0 0.08 283.59 0.91 0.48
Hex AD B EA 1A 5F 0 8 11C 5B 30
Octal 255 13 352 32 137 0 10 434 133 60
Binary 10101101 1011 11101010 11010 1011111 0 1000 100011100 1011011 110000

Color Harmonies of #AD0BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0BEA

Black with #AD0BEA

Text Example


Text Example

White with #AD0BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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