Html Css Color HEX #AC18BE Dark Orchid

📋 copy color: '#AC18BE'

red 172 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #AC18BE

Tints of Dark Orchid #AC18BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 44.56%
G = 6.22%
B = 49.22%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC18BE (or 0xAC18BE) is known color: Dark Orchid. HEX triplet: AC, 18 and BE. RGB value is (172,24,190). Sum of RGB (Red+Green+Blue) = 172+24+190=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18BE is #53E741. Grayscale: #565656. Windows color (decimal): -5498690 or 12458156. OLE color: 12458156.

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

Color convert

RGB 172 24 190 -
CMYK 0.09 0.87 0 0.25
HSL 293.49º 0.78% 0.42% -
HSV(B) 293.49º 0.87% 0.75% -
XYZ 26.63 13.14 49.85 -
YUV 87.18 186.03 188.5 -
System Red Green Blue C M Y K H S L
Decimal 172 24 190 0.09 0.87 0 0.25 293.49 0.78 0.42
Hex AC 18 BE 9 57 0 19 125 4E 2A
Octal 254 30 276 11 127 0 31 445 116 52
Binary 10101100 11000 10111110 1001 1010111 0 11001 100100101 1001110 101010

Color Harmonies of #AC18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18BE

Black with #AC18BE

Text Example


Text Example

White with #AC18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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