Html Css Color HEX #AC29CE Dark Orchid

📋 copy color: '#AC29CE'

red 172 ◦ green 41 ◦ blue 206

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

Shades of Dark Orchid #AC29CE

Tints of Dark Orchid #AC29CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 41.05%
G = 9.79%
B = 49.16%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC29CE (or 0xAC29CE) is known color: Dark Orchid. HEX triplet: AC, 29 and CE. RGB value is (172,41,206). Sum of RGB (Red+Green+Blue) = 172+41+206=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC29CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC29CE is #53D631. Grayscale: #626262. Windows color (decimal): -5494322 or 13511084. OLE color: 13511084.

HSL color Cylindrical-coordinate representation of color #AC29CE: hue angle of 287.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC29CE is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 41 206 -
CMYK 0.17 0.80 0 0.19
HSL 287.64º 0.67% 0.48% -
HSV(B) 287.64º 0.8% 0.81% -
XYZ 28.95 14.81 59.73 -
YUV 98.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 172 41 206 0.17 0.80 0 0.19 287.64 0.67 0.48
Hex AC 29 CE 11 50 0 13 120 43 30
Octal 254 51 316 21 120 0 23 440 103 60
Binary 10101100 101001 11001110 10001 1010000 0 10011 100100000 1000011 110000

Color Harmonies of #AC29CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC29CE

Black with #AC29CE

Text Example


Text Example

White with #AC29CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC29CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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