Html Css Color HEX #AD0CEE Electric Purple

📋 copy color: '#AD0CEE'

red 173 ◦ green 12 ◦ blue 238

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

Shades of Electric Purple #AD0CEE

Tints of Electric Purple #AD0CEE

RGB

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

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

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

R = 40.9%
G = 2.84%
B = 56.26%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD0CEE (or 0xAD0CEE) is known color: Electric Purple. HEX triplet: AD, 0C and EE. RGB value is (173,12,238). Sum of RGB (Red+Green+Blue) = 173+12+238=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD0CEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0CEE is #52F311. Grayscale: #555555. Windows color (decimal): -5436178 or 15600813. OLE color: 15600813.

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

Color convert

RGB 173 12 238 -
CMYK 0.27 0.95 0 0.07
HSL 282.74º 0.9% 0.49% -
HSV(B) 282.74º 0.95% 0.93% -
XYZ 32.8 15.32 82.12 -
YUV 85.9 213.84 190.12 -
System Red Green Blue C M Y K H S L
Decimal 173 12 238 0.27 0.95 0 0.07 282.74 0.9 0.49
Hex AD C EE 1B 5F 0 7 11B 5A 31
Octal 255 14 356 33 137 0 7 433 132 61
Binary 10101101 1100 11101110 11011 1011111 0 111 100011011 1011010 110001

Color Harmonies of #AD0CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CEE

Black with #AD0CEE

Text Example


Text Example

White with #AD0CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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