Html Css Color HEX #AD1EBC Dark Orchid

📋 copy color: '#AD1EBC'

red 173 ◦ green 30 ◦ blue 188

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

Shades of Dark Orchid #AD1EBC

Tints of Dark Orchid #AD1EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.67%

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 44.25%
G = 7.67%
B = 48.08%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD1EBC (or 0xAD1EBC) is known color: Dark Orchid. HEX triplet: AD, 1E and BC. RGB value is (173,30,188). Sum of RGB (Red+Green+Blue) = 173+30+188=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD1EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1EBC is #52E143. Grayscale: #5A5A5A. Windows color (decimal): -5431620 or 12328621. OLE color: 12328621.

HSL color Cylindrical-coordinate representation of color #AD1EBC: hue angle of 294.3º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1EBC is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 30 188 -
CMYK 0.08 0.84 0 0.26
HSL 294.3º 0.72% 0.43% -
HSV(B) 294.3º 0.84% 0.74% -
XYZ 26.77 13.44 48.76 -
YUV 90.77 182.88 186.65 -
System Red Green Blue C M Y K H S L
Decimal 173 30 188 0.08 0.84 0 0.26 294.3 0.72 0.43
Hex AD 1E BC 8 54 0 1A 126 48 2B
Octal 255 36 274 10 124 0 32 446 110 53
Binary 10101101 11110 10111100 1000 1010100 0 11010 100100110 1001000 101011

Color Harmonies of #AD1EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1EBC

Black with #AD1EBC

Text Example


Text Example

White with #AD1EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1EBC; }

 p { color: rgb(173,30,188); }

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

background-color css

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

 a { background-color: rgb(173,30,188); }

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

border-color css

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

 span { border-color: rgb(173,30,188); }

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