Html Css Color HEX #AC28DE Dark Orchid

📋 copy color: '#AC28DE'

red 172 ◦ green 40 ◦ blue 222

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

Shades of Dark Orchid #AC28DE

Tints of Dark Orchid #AC28DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 39.63%
G = 9.22%
B = 51.15%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC28DE (or 0xAC28DE) is known color: Dark Orchid. HEX triplet: AC, 28 and DE. RGB value is (172,40,222). Sum of RGB (Red+Green+Blue) = 172+40+222=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC28DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28DE is #53D721. Grayscale: #636363. Windows color (decimal): -5494562 or 14559404. OLE color: 14559404.

HSL color Cylindrical-coordinate representation of color #AC28DE: hue angle of 283.52º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC28DE is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 40 222 -
CMYK 0.23 0.82 0 0.13
HSL 283.52º 0.73% 0.51% -
HSV(B) 283.52º 0.82% 0.87% -
XYZ 30.96 15.56 70.48 -
YUV 100.22 196.73 179.2 -
System Red Green Blue C M Y K H S L
Decimal 172 40 222 0.23 0.82 0 0.13 283.52 0.73 0.51
Hex AC 28 DE 17 52 0 D 11C 49 33
Octal 254 50 336 27 122 0 15 434 111 63
Binary 10101100 101000 11011110 10111 1010010 0 1101 100011100 1001001 110011

Color Harmonies of #AC28DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC28DE

Black with #AC28DE

Text Example


Text Example

White with #AC28DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC28DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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