Html Css Color HEX #AC28DA Dark Orchid

📋 copy color: '#AC28DA'

red 172 ◦ green 40 ◦ blue 218

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

Shades of Dark Orchid #AC28DA

Tints of Dark Orchid #AC28DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 40%
G = 9.3%
B = 50.7%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC28DA (or 0xAC28DA) is known color: Dark Orchid. HEX triplet: AC, 28 and DA. RGB value is (172,40,218). Sum of RGB (Red+Green+Blue) = 172+40+218=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC28DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28DA is #53D725. Grayscale: #636363. Windows color (decimal): -5494566 or 14297260. OLE color: 14297260.

HSL color Cylindrical-coordinate representation of color #AC28DA: hue angle of 284.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC28DA is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 40 218 -
CMYK 0.21 0.82 0 0.15
HSL 284.49º 0.71% 0.51% -
HSV(B) 284.49º 0.82% 0.85% -
XYZ 30.43 15.35 67.69 -
YUV 99.76 194.73 179.53 -
System Red Green Blue C M Y K H S L
Decimal 172 40 218 0.21 0.82 0 0.15 284.49 0.71 0.51
Hex AC 28 DA 15 52 0 F 11C 47 33
Octal 254 50 332 25 122 0 17 434 107 63
Binary 10101100 101000 11011010 10101 1010010 0 1111 100011100 1000111 110011

Color Harmonies of #AC28DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC28DA

Black with #AC28DA

Text Example


Text Example

White with #AC28DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC28DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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