Html Css Color HEX #AC29BB Dark Orchid

📋 copy color: '#AC29BB'

red 172 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #AC29BB

Tints of Dark Orchid #AC29BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 43%
G = 10.25%
B = 46.75%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC29BB (or 0xAC29BB) is known color: Dark Orchid. HEX triplet: AC, 29 and BB. RGB value is (172,41,187). Sum of RGB (Red+Green+Blue) = 172+41+187=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC29BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC29BB is #53D644. Grayscale: #606060. Windows color (decimal): -5494341 or 12265900. OLE color: 12265900.

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

Color convert

RGB 172 41 187 -
CMYK 0.08 0.78 0 0.27
HSL 293.84º 0.64% 0.45% -
HSV(B) 293.84º 0.78% 0.73% -
XYZ 26.78 13.94 48.29 -
YUV 96.81 178.9 181.63 -
System Red Green Blue C M Y K H S L
Decimal 172 41 187 0.08 0.78 0 0.27 293.84 0.64 0.45
Hex AC 29 BB 8 4E 0 1B 126 40 2D
Octal 254 51 273 10 116 0 33 446 100 55
Binary 10101100 101001 10111011 1000 1001110 0 11011 100100110 1000000 101101

Color Harmonies of #AC29BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC29BB

Black with #AC29BB

Text Example


Text Example

White with #AC29BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC29BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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