Html Css Color HEX #AC29AA Dark Orchid

📋 copy color: '#AC29AA'

red 172 ◦ green 41 ◦ blue 170

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

Shades of Dark Orchid #AC29AA

Tints of Dark Orchid #AC29AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 44.91%
G = 10.7%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC29AA (or 0xAC29AA) is known color: Dark Orchid. HEX triplet: AC, 29 and AA. RGB value is (172,41,170). Sum of RGB (Red+Green+Blue) = 172+41+170=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC29AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC29AA is #53D655. Grayscale: #5E5E5E. Windows color (decimal): -5494358 or 11151788. OLE color: 11151788.

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

Color convert

RGB 172 41 170 -
CMYK 0 0.76 0.01 0.33
HSL 300.92º 0.62% 0.42% -
HSV(B) 300.92º 0.76% 0.67% -
XYZ 25.06 13.26 39.27 -
YUV 94.88 170.4 183.01 -
System Red Green Blue C M Y K H S L
Decimal 172 41 170 0 0.76 0.01 0.33 300.92 0.62 0.42
Hex AC 29 AA 0 4C 1 21 12D 3E 2A
Octal 254 51 252 0 114 1 41 455 76 52
Binary 10101100 101001 10101010 0 1001100 1 100001 100101101 111110 101010

Color Harmonies of #AC29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC29AA

Black with #AC29AA

Text Example


Text Example

White with #AC29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC29AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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