Html Css Color HEX #AC18CE Dark Orchid

📋 copy color: '#AC18CE'

red 172 ◦ green 24 ◦ blue 206

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

Shades of Dark Orchid #AC18CE

Tints of Dark Orchid #AC18CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 42.79%
G = 5.97%
B = 51.24%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC18CE (or 0xAC18CE) is known color: Dark Orchid. HEX triplet: AC, 18 and CE. RGB value is (172,24,206). Sum of RGB (Red+Green+Blue) = 172+24+206=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC18CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18CE is #53E731. Grayscale: #585858. Windows color (decimal): -5498674 or 13506732. OLE color: 13506732.

HSL color Cylindrical-coordinate representation of color #AC18CE: hue angle of 288.79º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC18CE is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 24 206 -
CMYK 0.17 0.88 0 0.19
HSL 288.79º 0.79% 0.45% -
HSV(B) 288.79º 0.88% 0.81% -
XYZ 28.48 13.88 59.57 -
YUV 89 194.03 187.2 -
System Red Green Blue C M Y K H S L
Decimal 172 24 206 0.17 0.88 0 0.19 288.79 0.79 0.45
Hex AC 18 CE 11 58 0 13 121 4F 2D
Octal 254 30 316 21 130 0 23 441 117 55
Binary 10101100 11000 11001110 10001 1011000 0 10011 100100001 1001111 101101

Color Harmonies of #AC18CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18CE

Black with #AC18CE

Text Example


Text Example

White with #AC18CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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