Html Css Color HEX #AD2EBC Dark Orchid

📋 copy color: '#AD2EBC'

red 173 ◦ green 46 ◦ blue 188

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

Shades of Dark Orchid #AD2EBC

Tints of Dark Orchid #AD2EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.3%

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

R = 42.51%
G = 11.3%
B = 46.19%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD2EBC (or 0xAD2EBC) is known color: Dark Orchid. HEX triplet: AD, 2E and BC. RGB value is (173,46,188). Sum of RGB (Red+Green+Blue) = 173+46+188=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD2EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2EBC is #52D143. Grayscale: #636363. Windows color (decimal): -5427524 or 12332717. OLE color: 12332717.

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

Color convert

RGB 173 46 188 -
CMYK 0.08 0.76 0 0.26
HSL 293.66º 0.61% 0.46% -
HSV(B) 293.66º 0.76% 0.74% -
XYZ 27.29 14.47 48.93 -
YUV 100.16 177.58 179.95 -
System Red Green Blue C M Y K H S L
Decimal 173 46 188 0.08 0.76 0 0.26 293.66 0.61 0.46
Hex AD 2E BC 8 4C 0 1A 126 3D 2E
Octal 255 56 274 10 114 0 32 446 75 56
Binary 10101101 101110 10111100 1000 1001100 0 11010 100100110 111101 101110

Color Harmonies of #AD2EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2EBC

Black with #AD2EBC

Text Example


Text Example

White with #AD2EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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