Html Css Color HEX #AC28AE Dark Orchid

📋 copy color: '#AC28AE'

red 172 ◦ green 40 ◦ blue 174

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

Shades of Dark Orchid #AC28AE

Tints of Dark Orchid #AC28AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.08%

R = 44.56%
G = 10.36%
B = 45.08%

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

#AC28AE (or 0xAC28AE) is known color: Dark Orchid. HEX triplet: AC, 28 and AE. RGB value is (172,40,174). Sum of RGB (Red+Green+Blue) = 172+40+174=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC28AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC28AE is #53D751. Grayscale: #5E5E5E. Windows color (decimal): -5494610 or 11413676. OLE color: 11413676.

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

Color convert

RGB 172 40 174 -
CMYK 0.01 0.77 0 0.32
HSL 299.1º 0.63% 0.42% -
HSV(B) 299.1º 0.77% 0.68% -
XYZ 25.41 13.34 41.28 -
YUV 94.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 172 40 174 0.01 0.77 0 0.32 299.1 0.63 0.42
Hex AC 28 AE 1 4D 0 20 12B 3F 2A
Octal 254 50 256 1 115 0 40 453 77 52
Binary 10101100 101000 10101110 1 1001101 0 100000 100101011 111111 101010

Color Harmonies of #AC28AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC28AE

Black with #AC28AE

Text Example


Text Example

White with #AC28AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC28AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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