#AD29BE

Color #AD29BE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AD29BE

Tints of Dark Orchid #AD29BE

Color information

#AD29BE (or 0xAD29BE) is unknown color: approx 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

RGB17341190-
CMYK0.090.7800.25
HSL293.15º64.5%45.29%-
HSV(B)293.15º78.42%74.51%-
XYZ27.3214.1950.01-
YUV97.45180.23181.88-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173411900.090.7800.25293.1564.545.29
HexAD29BE94E019125412d
Octal255512761111603144510155
Binary1010110110100110111110100110011100110011001001011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD29BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>