Html Css Color HEX #AD29BE Dark Orchid

📋 copy color: '#AD29BE'

red 173 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #AD29BE

Tints of Dark Orchid #AD29BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 42.82%
G = 10.15%
B = 47.03%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD29BE (or 0xAD29BE) is known color: Dark Orchid. HEX triplet: AD, 29 and BE. RGB value is (173,41,190). Sum of RGB (Red+Green+Blue) = 173+41+190=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD29BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD29BE is #52D641. Grayscale: #606060. Windows color (decimal): -5428802 or 12462509. OLE color: 12462509.

HSL color Cylindrical-coordinate representation of color #AD29BE: hue angle of 293.15º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD29BE is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 41 190 -
CMYK 0.09 0.78 0 0.25
HSL 293.15º 0.65% 0.45% -
HSV(B) 293.15º 0.78% 0.75% -
XYZ 27.32 14.19 50.01 -
YUV 97.45 180.23 181.88 -
System Red Green Blue C M Y K H S L
Decimal 173 41 190 0.09 0.78 0 0.25 293.15 0.65 0.45
Hex AD 29 BE 9 4E 0 19 125 41 2D
Octal 255 51 276 11 116 0 31 445 101 55
Binary 10101101 101001 10111110 1001 1001110 0 11001 100100101 1000001 101101

Color Harmonies of #AD29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29BE

Black with #AD29BE

Text Example


Text Example

White with #AD29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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