Html Css Color HEX #AD0CEB Electric Purple

📋 copy color: '#AD0CEB'

red 173 ◦ green 12 ◦ blue 235

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

Shades of Electric Purple #AD0CEB

Tints of Electric Purple #AD0CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.86%

 BLUE value IS 235 (92.19% from 255) = 55.95%

R = 41.19%
G = 2.86%
B = 55.95%

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

#AD0CEB (or 0xAD0CEB) is known color: Electric Purple. HEX triplet: AD, 0C and EB. RGB value is (173,12,235). Sum of RGB (Red+Green+Blue) = 173+12+235=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD0CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0CEB is #52F314. Grayscale: #545454. Windows color (decimal): -5436181 or 15404205. OLE color: 15404205.

HSL color Cylindrical-coordinate representation of color #AD0CEB: hue angle of 283.32º degrees, saturation: 0.9, 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 #AD0CEB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 12 235 -
CMYK 0.26 0.95 0 0.08
HSL 283.32º 0.9% 0.48% -
HSV(B) 283.32º 0.95% 0.92% -
XYZ 32.36 15.15 79.82 -
YUV 85.56 212.34 190.37 -
System Red Green Blue C M Y K H S L
Decimal 173 12 235 0.26 0.95 0 0.08 283.32 0.9 0.48
Hex AD C EB 1A 5F 0 8 11B 5A 30
Octal 255 14 353 32 137 0 10 433 132 60
Binary 10101101 1100 11101011 11010 1011111 0 1000 100011011 1011010 110000

Color Harmonies of #AD0CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CEB

Black with #AD0CEB

Text Example


Text Example

White with #AD0CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CEB; }

 p { color: rgb(173,12,235); }

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

background-color css

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

 a { background-color: rgb(173,12,235); }

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

border-color css

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

 span { border-color: rgb(173,12,235); }

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