Html Css Color HEX #AC28DB Dark Orchid

📋 copy color: '#AC28DB'

red 172 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #AC28DB

Tints of Dark Orchid #AC28DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 39.91%
G = 9.28%
B = 50.81%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC28DB (or 0xAC28DB) is known color: Dark Orchid. HEX triplet: AC, 28 and DB. RGB value is (172,40,219). Sum of RGB (Red+Green+Blue) = 172+40+219=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC28DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28DB is #53D724. Grayscale: #636363. Windows color (decimal): -5494565 or 14362796. OLE color: 14362796.

HSL color Cylindrical-coordinate representation of color #AC28DB: hue angle of 284.25º degrees, saturation: 0.71, 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 #AC28DB is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 40 219 -
CMYK 0.21 0.82 0 0.14
HSL 284.25º 0.71% 0.51% -
HSV(B) 284.25º 0.82% 0.86% -
XYZ 30.56 15.4 68.38 -
YUV 99.87 195.23 179.45 -
System Red Green Blue C M Y K H S L
Decimal 172 40 219 0.21 0.82 0 0.14 284.25 0.71 0.51
Hex AC 28 DB 15 52 0 E 11C 47 33
Octal 254 50 333 25 122 0 16 434 107 63
Binary 10101100 101000 11011011 10101 1010010 0 1110 100011100 1000111 110011

Color Harmonies of #AC28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC28DB

Black with #AC28DB

Text Example


Text Example

White with #AC28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC28DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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