Html Css Color HEX #AC2CAC Dark Orchid

📋 copy color: '#AC2CAC'

red 172 ◦ green 44 ◦ blue 172

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

Shades of Dark Orchid #AC2CAC

Tints of Dark Orchid #AC2CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.34%

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

R = 44.33%
G = 11.34%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC2CAC (or 0xAC2CAC) is known color: Dark Orchid. HEX triplet: AC, 2C and AC. RGB value is (172,44,172). Sum of RGB (Red+Green+Blue) = 172+44+172=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC2CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2CAC is #53D353. Grayscale: #606060. Windows color (decimal): -5493588 or 11283628. OLE color: 11283628.

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

Color convert

RGB 172 44 172 -
CMYK 0 0.74 0 0.33
HSL 300º 0.59% 0.42% -
HSV(B) 300º 0.74% 0.67% -
XYZ 25.36 13.55 40.31 -
YUV 96.86 170.41 181.59 -
System Red Green Blue C M Y K H S L
Decimal 172 44 172 0 0.74 0 0.33 300 0.59 0.42
Hex AC 2C AC 0 4A 0 21 12C 3B 2A
Octal 254 54 254 0 112 0 41 454 73 52
Binary 10101100 101100 10101100 0 1001010 0 100001 100101100 111011 101010

Color Harmonies of #AC2CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2CAC

Black with #AC2CAC

Text Example


Text Example

White with #AC2CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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