Html Css Color HEX #AC18BC Dark Orchid

📋 copy color: '#AC18BC'

red 172 ◦ green 24 ◦ blue 188

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

Shades of Dark Orchid #AC18BC

Tints of Dark Orchid #AC18BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 44.79%
G = 6.25%
B = 48.96%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC18BC (or 0xAC18BC) is known color: Dark Orchid. HEX triplet: AC, 18 and BC. RGB value is (172,24,188). Sum of RGB (Red+Green+Blue) = 172+24+188=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC18BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18BC is #53E743. Grayscale: #565656. Windows color (decimal): -5498692 or 12327084. OLE color: 12327084.

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

Color convert

RGB 172 24 188 -
CMYK 0.09 0.87 0 0.26
HSL 294.15º 0.77% 0.42% -
HSV(B) 294.15º 0.87% 0.74% -
XYZ 26.42 13.05 48.7 -
YUV 86.95 185.03 188.66 -
System Red Green Blue C M Y K H S L
Decimal 172 24 188 0.09 0.87 0 0.26 294.15 0.77 0.42
Hex AC 18 BC 9 57 0 1A 126 4D 2A
Octal 254 30 274 11 127 0 32 446 115 52
Binary 10101100 11000 10111100 1001 1010111 0 11010 100100110 1001101 101010

Color Harmonies of #AC18BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18BC

Black with #AC18BC

Text Example


Text Example

White with #AC18BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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