Html Css Color HEX #AD29AF Dark Orchid

📋 copy color: '#AD29AF'

red 173 ◦ green 41 ◦ blue 175

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

Shades of Dark Orchid #AD29AF

Tints of Dark Orchid #AD29AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 44.47%
G = 10.54%
B = 44.99%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD29AF (or 0xAD29AF) is known color: Dark Orchid. HEX triplet: AD, 29 and AF. RGB value is (173,41,175). Sum of RGB (Red+Green+Blue) = 173+41+175=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD29AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD29AF is #52D650. Grayscale: #5F5F5F. Windows color (decimal): -5428817 or 11479469. OLE color: 11479469.

HSL color Cylindrical-coordinate representation of color #AD29AF: hue angle of 299.1º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD29AF is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 41 175 -
CMYK 0.01 0.77 0 0.31
HSL 299.1º 0.62% 0.42% -
HSV(B) 299.1º 0.77% 0.69% -
XYZ 25.76 13.57 41.82 -
YUV 95.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 173 41 175 0.01 0.77 0 0.31 299.1 0.62 0.42
Hex AD 29 AF 1 4D 0 1F 12B 3E 2A
Octal 255 51 257 1 115 0 37 453 76 52
Binary 10101101 101001 10101111 1 1001101 0 11111 100101011 111110 101010

Color Harmonies of #AD29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29AF

Black with #AD29AF

Text Example


Text Example

White with #AD29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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