Html Css Color HEX #AD1DAD Dark Orchid

📋 copy color: '#AD1DAD'

red 173 ◦ green 29 ◦ blue 173

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

Shades of Dark Orchid #AD1DAD

Tints of Dark Orchid #AD1DAD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.73%

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 46.13%
G = 7.73%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD1DAD (or 0xAD1DAD) is known color: Dark Orchid. HEX triplet: AD, 1D and AD. RGB value is (173,29,173). Sum of RGB (Red+Green+Blue) = 173+29+173=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD1DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1DAD is #52E252. Grayscale: #585858. Windows color (decimal): -5431891 or 11345325. OLE color: 11345325.

HSL color Cylindrical-coordinate representation of color #AD1DAD: hue angle of 300º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1DAD is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 29 173 -
CMYK 0 0.83 0 0.32
HSL 300º 0.71% 0.4% -
HSV(B) 300º 0.83% 0.68% -
XYZ 25.22 12.78 40.67 -
YUV 88.47 175.71 188.29 -
System Red Green Blue C M Y K H S L
Decimal 173 29 173 0 0.83 0 0.32 300 0.71 0.4
Hex AD 1D AD 0 53 0 20 12C 47 28
Octal 255 35 255 0 123 0 40 454 107 50
Binary 10101101 11101 10101101 0 1010011 0 100000 100101100 1000111 101000

Color Harmonies of #AD1DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1DAD

Black with #AD1DAD

Text Example


Text Example

White with #AD1DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1DAD; }

 p { color: rgb(173,29,173); }

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

background-color css

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

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

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

border-color css

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

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

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