Html Css Color HEX #AD29CB Dark Orchid

📋 copy color: '#AD29CB'

red 173 ◦ green 41 ◦ blue 203

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

Shades of Dark Orchid #AD29CB

Tints of Dark Orchid #AD29CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 41.49%
G = 9.83%
B = 48.68%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD29CB (or 0xAD29CB) is known color: Dark Orchid. HEX triplet: AD, 29 and CB. RGB value is (173,41,203). Sum of RGB (Red+Green+Blue) = 173+41+203=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD29CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD29CB is #52D634. Grayscale: #626262. Windows color (decimal): -5428789 or 13314477. OLE color: 13314477.

HSL color Cylindrical-coordinate representation of color #AD29CB: hue angle of 288.89º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD29CB is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 41 203 -
CMYK 0.15 0.80 0 0.20
HSL 288.89º 0.66% 0.48% -
HSV(B) 288.89º 0.8% 0.8% -
XYZ 28.81 14.78 57.83 -
YUV 98.94 186.73 180.83 -
System Red Green Blue C M Y K H S L
Decimal 173 41 203 0.15 0.80 0 0.20 288.89 0.66 0.48
Hex AD 29 CB F 50 0 14 121 42 30
Octal 255 51 313 17 120 0 24 441 102 60
Binary 10101101 101001 11001011 1111 1010000 0 10100 100100001 1000010 110000

Color Harmonies of #AD29CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29CB

Black with #AD29CB

Text Example


Text Example

White with #AD29CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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