Html Css Color HEX #AD29CF Dark Orchid

📋 copy color: '#AD29CF'

red 173 ◦ green 41 ◦ blue 207

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

Shades of Dark Orchid #AD29CF

Tints of Dark Orchid #AD29CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 41.09%
G = 9.74%
B = 49.17%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD29CF (or 0xAD29CF) is known color: Dark Orchid. HEX triplet: AD, 29 and CF. RGB value is (173,41,207). Sum of RGB (Red+Green+Blue) = 173+41+207=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD29CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD29CF is #52D630. Grayscale: #626262. Windows color (decimal): -5428785 or 13576621. OLE color: 13576621.

HSL color Cylindrical-coordinate representation of color #AD29CF: hue angle of 287.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD29CF is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 41 207 -
CMYK 0.16 0.80 0 0.19
HSL 287.71º 0.67% 0.49% -
HSV(B) 287.71º 0.8% 0.81% -
XYZ 29.29 14.98 60.38 -
YUV 99.39 188.73 180.5 -
System Red Green Blue C M Y K H S L
Decimal 173 41 207 0.16 0.80 0 0.19 287.71 0.67 0.49
Hex AD 29 CF 10 50 0 13 120 43 31
Octal 255 51 317 20 120 0 23 440 103 61
Binary 10101101 101001 11001111 10000 1010000 0 10011 100100000 1000011 110001

Color Harmonies of #AD29CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29CF

Black with #AD29CF

Text Example


Text Example

White with #AD29CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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