Html Css Color HEX #AC28BB Dark Orchid

📋 copy color: '#AC28BB'

red 172 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #AC28BB

Tints of Dark Orchid #AC28BB

RGB

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

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

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

R = 43.11%
G = 10.03%
B = 46.87%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC28BB (or 0xAC28BB) is known color: Dark Orchid. HEX triplet: AC, 28 and BB. RGB value is (172,40,187). Sum of RGB (Red+Green+Blue) = 172+40+187=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC28BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28BB is #53D744. Grayscale: #5F5F5F. Windows color (decimal): -5494597 or 12265644. OLE color: 12265644.

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

Color convert

RGB 172 40 187 -
CMYK 0.08 0.79 0 0.27
HSL 293.88º 0.65% 0.45% -
HSV(B) 293.88º 0.79% 0.73% -
XYZ 26.74 13.88 48.28 -
YUV 96.23 179.23 182.05 -
System Red Green Blue C M Y K H S L
Decimal 172 40 187 0.08 0.79 0 0.27 293.88 0.65 0.45
Hex AC 28 BB 8 4F 0 1B 126 41 2D
Octal 254 50 273 10 117 0 33 446 101 55
Binary 10101100 101000 10111011 1000 1001111 0 11011 100100110 1000001 101101

Color Harmonies of #AC28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC28BB

Black with #AC28BB

Text Example


Text Example

White with #AC28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC28BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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