Html Css Color HEX #AC1CAC Dark Orchid

📋 copy color: '#AC1CAC'

red 172 ◦ green 28 ◦ blue 172

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

Shades of Dark Orchid #AC1CAC

Tints of Dark Orchid #AC1CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.53%

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 46.24%
G = 7.53%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC1CAC (or 0xAC1CAC) is known color: Dark Orchid. HEX triplet: AC, 1C and AC. RGB value is (172,28,172). Sum of RGB (Red+Green+Blue) = 172+28+172=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC1CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1CAC is #53E353. Grayscale: #575757. Windows color (decimal): -5497684 or 11279532. OLE color: 11279532.

HSL color Cylindrical-coordinate representation of color #AC1CAC: hue angle of 300º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1CAC is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 28 172 -
CMYK 0 0.84 0 0.33
HSL 300º 0.72% 0.39% -
HSV(B) 300º 0.84% 0.67% -
XYZ 24.87 12.58 40.15 -
YUV 87.47 175.71 188.29 -
System Red Green Blue C M Y K H S L
Decimal 172 28 172 0 0.84 0 0.33 300 0.72 0.39
Hex AC 1C AC 0 54 0 21 12C 48 27
Octal 254 34 254 0 124 0 41 454 110 47
Binary 10101100 11100 10101100 0 1010100 0 100001 100101100 1001000 100111

Color Harmonies of #AC1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CAC

Black with #AC1CAC

Text Example


Text Example

White with #AC1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CAC; }

 p { color: rgb(172,28,172); }

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

background-color css

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

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

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

border-color css

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

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

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