Html Css Color HEX #AC29BD Dark Orchid

📋 copy color: '#AC29BD'

red 172 ◦ green 41 ◦ blue 189

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

Shades of Dark Orchid #AC29BD

Tints of Dark Orchid #AC29BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 42.79%
G = 10.2%
B = 47.01%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC29BD (or 0xAC29BD) is known color: Dark Orchid. HEX triplet: AC, 29 and BD. RGB value is (172,41,189). Sum of RGB (Red+Green+Blue) = 172+41+189=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC29BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC29BD is #53D642. Grayscale: #606060. Windows color (decimal): -5494339 or 12396972. OLE color: 12396972.

HSL color Cylindrical-coordinate representation of color #AC29BD: hue angle of 293.11º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC29BD is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 41 189 -
CMYK 0.09 0.78 0 0.26
HSL 293.11º 0.64% 0.45% -
HSV(B) 293.11º 0.78% 0.74% -
XYZ 26.99 14.03 49.43 -
YUV 97.04 179.9 181.47 -
System Red Green Blue C M Y K H S L
Decimal 172 41 189 0.09 0.78 0 0.26 293.11 0.64 0.45
Hex AC 29 BD 9 4E 0 1A 125 40 2D
Octal 254 51 275 11 116 0 32 445 100 55
Binary 10101100 101001 10111101 1001 1001110 0 11010 100100101 1000000 101101

Color Harmonies of #AC29BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC29BD

Black with #AC29BD

Text Example


Text Example

White with #AC29BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC29BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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