Html Css Color HEX #AC28DC Dark Orchid

📋 copy color: '#AC28DC'

red 172 ◦ green 40 ◦ blue 220

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

Shades of Dark Orchid #AC28DC

Tints of Dark Orchid #AC28DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 39.81%
G = 9.26%
B = 50.93%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC28DC (or 0xAC28DC) is known color: Dark Orchid. HEX triplet: AC, 28 and DC. RGB value is (172,40,220). Sum of RGB (Red+Green+Blue) = 172+40+220=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC28DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28DC is #53D723. Grayscale: #636363. Windows color (decimal): -5494564 or 14428332. OLE color: 14428332.

HSL color Cylindrical-coordinate representation of color #AC28DC: hue angle of 284º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC28DC is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 40 220 -
CMYK 0.22 0.82 0 0.14
HSL 284º 0.72% 0.51% -
HSV(B) 284º 0.82% 0.86% -
XYZ 30.69 15.46 69.08 -
YUV 99.99 195.73 179.36 -
System Red Green Blue C M Y K H S L
Decimal 172 40 220 0.22 0.82 0 0.14 284 0.72 0.51
Hex AC 28 DC 16 52 0 E 11C 48 33
Octal 254 50 334 26 122 0 16 434 110 63
Binary 10101100 101000 11011100 10110 1010010 0 1110 100011100 1001000 110011

Color Harmonies of #AC28DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC28DC

Black with #AC28DC

Text Example


Text Example

White with #AC28DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC28DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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