Html Css Color HEX #AD29AC Dark Orchid

📋 copy color: '#AD29AC'

red 173 ◦ green 41 ◦ blue 172

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

Shades of Dark Orchid #AD29AC

Tints of Dark Orchid #AD29AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 44.82%
G = 10.62%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD29AC (or 0xAD29AC) is known color: Dark Orchid. HEX triplet: AD, 29 and AC. RGB value is (173,41,172). Sum of RGB (Red+Green+Blue) = 173+41+172=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD29AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD29AC is #52D653. Grayscale: #5F5F5F. Windows color (decimal): -5428820 or 11282861. OLE color: 11282861.

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

Color convert

RGB 173 41 172 -
CMYK 0 0.76 0.01 0.32
HSL 300.45º 0.62% 0.42% -
HSV(B) 300.45º 0.76% 0.68% -
XYZ 25.47 13.45 40.28 -
YUV 95.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 173 41 172 0 0.76 0.01 0.32 300.45 0.62 0.42
Hex AD 29 AC 0 4C 1 20 12C 3E 2A
Octal 255 51 254 0 114 1 40 454 76 52
Binary 10101101 101001 10101100 0 1001100 1 100000 100101100 111110 101010

Color Harmonies of #AD29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29AC

Black with #AD29AC

Text Example


Text Example

White with #AD29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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