Html Css Color HEX #AD2EBB Dark Orchid

📋 copy color: '#AD2EBB'

red 173 ◦ green 46 ◦ blue 187

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

Shades of Dark Orchid #AD2EBB

Tints of Dark Orchid #AD2EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 42.61%
G = 11.33%
B = 46.06%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD2EBB (or 0xAD2EBB) is known color: Dark Orchid. HEX triplet: AD, 2E and BB. RGB value is (173,46,187). Sum of RGB (Red+Green+Blue) = 173+46+187=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD2EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2EBB is #52D144. Grayscale: #636363. Windows color (decimal): -5427525 or 12267181. OLE color: 12267181.

HSL color Cylindrical-coordinate representation of color #AD2EBB: hue angle of 294.04º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2EBB is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 46 187 -
CMYK 0.07 0.75 0 0.27
HSL 294.04º 0.61% 0.46% -
HSV(B) 294.04º 0.75% 0.73% -
XYZ 27.18 14.43 48.37 -
YUV 100.05 177.08 180.04 -
System Red Green Blue C M Y K H S L
Decimal 173 46 187 0.07 0.75 0 0.27 294.04 0.61 0.46
Hex AD 2E BB 7 4B 0 1B 126 3D 2E
Octal 255 56 273 7 113 0 33 446 75 56
Binary 10101101 101110 10111011 111 1001011 0 11011 100100110 111101 101110

Color Harmonies of #AD2EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2EBB

Black with #AD2EBB

Text Example


Text Example

White with #AD2EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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