Html Css Color HEX #AC29AD Dark Orchid

📋 copy color: '#AC29AD'

red 172 ◦ green 41 ◦ blue 173

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

Shades of Dark Orchid #AC29AD

Tints of Dark Orchid #AC29AD

RGB

 RED value IS 172 (67.58% from 255) = 44.56%

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

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 44.56%
G = 10.62%
B = 44.82%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC29AD (or 0xAC29AD) is known color: Dark Orchid. HEX triplet: AC, 29 and AD. RGB value is (172,41,173). Sum of RGB (Red+Green+Blue) = 172+41+173=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC29AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC29AD is #53D652. Grayscale: #5E5E5E. Windows color (decimal): -5494355 or 11348396. OLE color: 11348396.

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

Color convert

RGB 172 41 173 -
CMYK 0.01 0.76 0 0.32
HSL 299.55º 0.62% 0.42% -
HSV(B) 299.55º 0.76% 0.68% -
XYZ 25.35 13.37 40.78 -
YUV 95.22 171.9 182.77 -
System Red Green Blue C M Y K H S L
Decimal 172 41 173 0.01 0.76 0 0.32 299.55 0.62 0.42
Hex AC 29 AD 1 4C 0 20 12C 3E 2A
Octal 254 51 255 1 114 0 40 454 76 52
Binary 10101100 101001 10101101 1 1001100 0 100000 100101100 111110 101010

Color Harmonies of #AC29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC29AD

Black with #AC29AD

Text Example


Text Example

White with #AC29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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