Html Css Color HEX #AC28AD Dark Orchid

📋 copy color: '#AC28AD'

red 172 ◦ green 40 ◦ blue 173

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

Shades of Dark Orchid #AC28AD

Tints of Dark Orchid #AC28AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.39%

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

R = 44.68%
G = 10.39%
B = 44.94%

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

#AC28AD (or 0xAC28AD) is known color: Dark Orchid. HEX triplet: AC, 28 and AD. RGB value is (172,40,173). Sum of RGB (Red+Green+Blue) = 172+40+173=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC28AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC28AD is #53D752. Grayscale: #5E5E5E. Windows color (decimal): -5494611 or 11348140. OLE color: 11348140.

HSL color Cylindrical-coordinate representation of color #AC28AD: hue angle of 299.55º degrees, saturation: 0.62, 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 #AC28AD is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 40 173 -
CMYK 0.01 0.77 0 0.32
HSL 299.55º 0.62% 0.42% -
HSV(B) 299.55º 0.77% 0.68% -
XYZ 25.31 13.31 40.77 -
YUV 94.63 172.23 183.19 -
System Red Green Blue C M Y K H S L
Decimal 172 40 173 0.01 0.77 0 0.32 299.55 0.62 0.42
Hex AC 28 AD 1 4D 0 20 12C 3E 2A
Octal 254 50 255 1 115 0 40 454 76 52
Binary 10101100 101000 10101101 1 1001101 0 100000 100101100 111110 101010

Color Harmonies of #AC28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC28AD

Black with #AC28AD

Text Example


Text Example

White with #AC28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC28AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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