Html Css Color HEX #AC29BC Dark Orchid

📋 copy color: '#AC29BC'

red 172 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #AC29BC

Tints of Dark Orchid #AC29BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 42.89%
G = 10.22%
B = 46.88%

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

#AC29BC (or 0xAC29BC) is known color: Dark Orchid. HEX triplet: AC, 29 and BC. RGB value is (172,41,188). Sum of RGB (Red+Green+Blue) = 172+41+188=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC29BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC29BC is #53D643. Grayscale: #606060. Windows color (decimal): -5494340 or 12331436. OLE color: 12331436.

HSL color Cylindrical-coordinate representation of color #AC29BC: hue angle of 293.47º 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 #AC29BC is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 41 188 -
CMYK 0.09 0.78 0 0.26
HSL 293.47º 0.64% 0.45% -
HSV(B) 293.47º 0.78% 0.74% -
XYZ 26.88 13.99 48.86 -
YUV 96.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 172 41 188 0.09 0.78 0 0.26 293.47 0.64 0.45
Hex AC 29 BC 9 4E 0 1A 125 40 2D
Octal 254 51 274 11 116 0 32 445 100 55
Binary 10101100 101001 10111100 1001 1001110 0 11010 100100101 1000000 101101

Color Harmonies of #AC29BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC29BC

Black with #AC29BC

Text Example


Text Example

White with #AC29BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC29BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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