Html Css Color HEX #AC18C0 Dark Orchid

📋 copy color: '#AC18C0'

red 172 ◦ green 24 ◦ blue 192

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

Shades of Dark Orchid #AC18C0

Tints of Dark Orchid #AC18C0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.19%

 BLUE value IS 192 (75.39% from 255) = 49.48%

R = 44.33%
G = 6.19%
B = 49.48%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC18C0 (or 0xAC18C0) is known color: Dark Orchid. HEX triplet: AC, 18 and C0. RGB value is (172,24,192). Sum of RGB (Red+Green+Blue) = 172+24+192=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC18C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18C0 is #53E73F. Grayscale: #565656. Windows color (decimal): -5498688 or 12589228. OLE color: 12589228.

HSL color Cylindrical-coordinate representation of color #AC18C0: hue angle of 292.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC18C0 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 24 192 -
CMYK 0.10 0.88 0 0.25
HSL 292.86º 0.78% 0.42% -
HSV(B) 292.86º 0.88% 0.75% -
XYZ 26.85 13.23 51.01 -
YUV 87.4 187.03 188.34 -
System Red Green Blue C M Y K H S L
Decimal 172 24 192 0.10 0.88 0 0.25 292.86 0.78 0.42
Hex AC 18 C0 A 58 0 19 125 4E 2A
Octal 254 30 300 12 130 0 31 445 116 52
Binary 10101100 11000 11000000 1010 1011000 0 11001 100100101 1001110 101010

Color Harmonies of #AC18C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18C0

Black with #AC18C0

Text Example


Text Example

White with #AC18C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18C0; }

 p { color: rgb(172,24,192); }

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

background-color css

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

 a { background-color: rgb(172,24,192); }

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

border-color css

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

 span { border-color: rgb(172,24,192); }

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