Html Css Color HEX #AD29CA Dark Orchid

📋 copy color: '#AD29CA'

red 173 ◦ green 41 ◦ blue 202

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

Shades of Dark Orchid #AD29CA

Tints of Dark Orchid #AD29CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 41.59%
G = 9.86%
B = 48.56%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD29CA (or 0xAD29CA) is known color: Dark Orchid. HEX triplet: AD, 29 and CA. RGB value is (173,41,202). Sum of RGB (Red+Green+Blue) = 173+41+202=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD29CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD29CA is #52D635. Grayscale: #626262. Windows color (decimal): -5428790 or 13248941. OLE color: 13248941.

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

Color convert

RGB 173 41 202 -
CMYK 0.14 0.80 0 0.21
HSL 289.19º 0.66% 0.48% -
HSV(B) 289.19º 0.8% 0.79% -
XYZ 28.69 14.73 57.21 -
YUV 98.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 173 41 202 0.14 0.80 0 0.21 289.19 0.66 0.48
Hex AD 29 CA E 50 0 15 121 42 30
Octal 255 51 312 16 120 0 25 441 102 60
Binary 10101101 101001 11001010 1110 1010000 0 10101 100100001 1000010 110000

Color Harmonies of #AD29CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29CA

Black with #AD29CA

Text Example


Text Example

White with #AD29CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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