Html Css Color HEX #AC28D5 Dark Orchid

📋 copy color: '#AC28D5'

red 172 ◦ green 40 ◦ blue 213

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

Shades of Dark Orchid #AC28D5

Tints of Dark Orchid #AC28D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.12%

R = 40.47%
G = 9.41%
B = 50.12%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC28D5 (or 0xAC28D5) is known color: Dark Orchid. HEX triplet: AC, 28 and D5. RGB value is (172,40,213). Sum of RGB (Red+Green+Blue) = 172+40+213=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC28D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28D5 is #53D72A. Grayscale: #626262. Windows color (decimal): -5494571 or 13969580. OLE color: 13969580.

HSL color Cylindrical-coordinate representation of color #AC28D5: hue angle of 285.78º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC28D5 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 40 213 -
CMYK 0.19 0.81 0 0.16
HSL 285.78º 0.68% 0.5% -
HSV(B) 285.78º 0.81% 0.84% -
XYZ 29.78 15.09 64.29 -
YUV 99.19 192.23 179.93 -
System Red Green Blue C M Y K H S L
Decimal 172 40 213 0.19 0.81 0 0.16 285.78 0.68 0.5
Hex AC 28 D5 13 51 0 10 11E 44 32
Octal 254 50 325 23 121 0 20 436 104 62
Binary 10101100 101000 11010101 10011 1010001 0 10000 100011110 1000100 110010

Color Harmonies of #AC28D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC28D5

Black with #AC28D5

Text Example


Text Example

White with #AC28D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC28D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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