Html Css Color HEX #AD29BB Dark Orchid

📋 copy color: '#AD29BB'

red 173 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #AD29BB

Tints of Dark Orchid #AD29BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 43.14%
G = 10.22%
B = 46.63%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD29BB (or 0xAD29BB) is known color: Dark Orchid. HEX triplet: AD, 29 and BB. RGB value is (173,41,187). Sum of RGB (Red+Green+Blue) = 173+41+187=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD29BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD29BB is #52D644. Grayscale: #606060. Windows color (decimal): -5428805 or 12265901. OLE color: 12265901.

HSL color Cylindrical-coordinate representation of color #AD29BB: hue angle of 294.25º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD29BB is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 41 187 -
CMYK 0.07 0.78 0 0.27
HSL 294.25º 0.64% 0.45% -
HSV(B) 294.25º 0.78% 0.73% -
XYZ 27 14.06 48.3 -
YUV 97.11 178.73 182.13 -
System Red Green Blue C M Y K H S L
Decimal 173 41 187 0.07 0.78 0 0.27 294.25 0.64 0.45
Hex AD 29 BB 7 4E 0 1B 126 40 2D
Octal 255 51 273 7 116 0 33 446 100 55
Binary 10101101 101001 10111011 111 1001110 0 11011 100100110 1000000 101101

Color Harmonies of #AD29BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29BB

Black with #AD29BB

Text Example


Text Example

White with #AD29BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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