Html Css Color HEX #AC27AD Dark Orchid

📋 copy color: '#AC27AD'

red 172 ◦ green 39 ◦ blue 173

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

Shades of Dark Orchid #AC27AD

Tints of Dark Orchid #AC27AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.16%

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 44.79%
G = 10.16%
B = 45.05%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC27AD (or 0xAC27AD) is known color: Dark Orchid. HEX triplet: AC, 27 and AD. RGB value is (172,39,173). Sum of RGB (Red+Green+Blue) = 172+39+173=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC27AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC27AD is #53D852. Grayscale: #5D5D5D. Windows color (decimal): -5494867 or 11347884. OLE color: 11347884.

HSL color Cylindrical-coordinate representation of color #AC27AD: hue angle of 299.55º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC27AD is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 39 173 -
CMYK 0.01 0.77 0 0.32
HSL 299.55º 0.63% 0.42% -
HSV(B) 299.55º 0.77% 0.68% -
XYZ 25.28 13.24 40.76 -
YUV 94.04 172.56 183.6 -
System Red Green Blue C M Y K H S L
Decimal 172 39 173 0.01 0.77 0 0.32 299.55 0.63 0.42
Hex AC 27 AD 1 4D 0 20 12C 3F 2A
Octal 254 47 255 1 115 0 40 454 77 52
Binary 10101100 100111 10101101 1 1001101 0 100000 100101100 111111 101010

Color Harmonies of #AC27AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC27AD

Black with #AC27AD

Text Example


Text Example

White with #AC27AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC27AD; }

 p { color: rgb(172,39,173); }

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

background-color css

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

 a { background-color: rgb(172,39,173); }

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

border-color css

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

 span { border-color: rgb(172,39,173); }

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