Html Css Color HEX #AD2EBD Dark Orchid

📋 copy color: '#AD2EBD'

red 173 ◦ green 46 ◦ blue 189

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

Shades of Dark Orchid #AD2EBD

Tints of Dark Orchid #AD2EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 42.4%
G = 11.27%
B = 46.32%

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

#AD2EBD (or 0xAD2EBD) is known color: Dark Orchid. HEX triplet: AD, 2E and BD. RGB value is (173,46,189). Sum of RGB (Red+Green+Blue) = 173+46+189=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD2EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2EBD is #52D142. Grayscale: #636363. Windows color (decimal): -5427523 or 12398253. OLE color: 12398253.

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

Color convert

RGB 173 46 189 -
CMYK 0.08 0.76 0 0.26
HSL 293.29º 0.61% 0.46% -
HSV(B) 293.29º 0.76% 0.74% -
XYZ 27.4 14.51 49.5 -
YUV 100.28 178.08 179.87 -
System Red Green Blue C M Y K H S L
Decimal 173 46 189 0.08 0.76 0 0.26 293.29 0.61 0.46
Hex AD 2E BD 8 4C 0 1A 125 3D 2E
Octal 255 56 275 10 114 0 32 445 75 56
Binary 10101101 101110 10111101 1000 1001100 0 11010 100100101 111101 101110

Color Harmonies of #AD2EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2EBD

Black with #AD2EBD

Text Example


Text Example

White with #AD2EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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