Html Css Color HEX #AD29AB Dark Orchid

📋 copy color: '#AD29AB'

red 173 ◦ green 41 ◦ blue 171

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

Shades of Dark Orchid #AD29AB

Tints of Dark Orchid #AD29AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 44.94%
G = 10.65%
B = 44.42%

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

#AD29AB (or 0xAD29AB) is known color: Dark Orchid. HEX triplet: AD, 29 and AB. RGB value is (173,41,171). Sum of RGB (Red+Green+Blue) = 173+41+171=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD29AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD29AB is #52D654. Grayscale: #5E5E5E. Windows color (decimal): -5428821 or 11217325. OLE color: 11217325.

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

Color convert

RGB 173 41 171 -
CMYK 0 0.76 0.01 0.32
HSL 300.91º 0.62% 0.42% -
HSV(B) 300.91º 0.76% 0.68% -
XYZ 25.38 13.41 39.78 -
YUV 95.29 170.73 183.43 -
System Red Green Blue C M Y K H S L
Decimal 173 41 171 0 0.76 0.01 0.32 300.91 0.62 0.42
Hex AD 29 AB 0 4C 1 20 12D 3E 2A
Octal 255 51 253 0 114 1 40 455 76 52
Binary 10101101 101001 10101011 0 1001100 1 100000 100101101 111110 101010

Color Harmonies of #AD29AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29AB

Black with #AD29AB

Text Example


Text Example

White with #AD29AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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