Html Css Color HEX #AD29AD Dark Orchid

📋 copy color: '#AD29AD'

red 173 ◦ green 41 ◦ blue 173

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

Shades of Dark Orchid #AD29AD

Tints of Dark Orchid #AD29AD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.59%

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

R = 44.7%
G = 10.59%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD29AD (or 0xAD29AD) is known color: Dark Orchid. HEX triplet: AD, 29 and AD. RGB value is (173,41,173). Sum of RGB (Red+Green+Blue) = 173+41+173=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD29AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD29AD is #52D652. Grayscale: #5F5F5F. Windows color (decimal): -5428819 or 11348397. OLE color: 11348397.

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

Color convert

RGB 173 41 173 -
CMYK 0 0.76 0 0.32
HSL 300º 0.62% 0.42% -
HSV(B) 300º 0.76% 0.68% -
XYZ 25.57 13.49 40.79 -
YUV 95.52 171.73 183.27 -
System Red Green Blue C M Y K H S L
Decimal 173 41 173 0 0.76 0 0.32 300 0.62 0.42
Hex AD 29 AD 0 4C 0 20 12C 3E 2A
Octal 255 51 255 0 114 0 40 454 76 52
Binary 10101101 101001 10101101 0 1001100 0 100000 100101100 111110 101010

Color Harmonies of #AD29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29AD

Black with #AD29AD

Text Example


Text Example

White with #AD29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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