Html Css Color HEX #AC2DAC Dark Orchid

📋 copy color: '#AC2DAC'

red 172 ◦ green 45 ◦ blue 172

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

Shades of Dark Orchid #AC2DAC

Tints of Dark Orchid #AC2DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.57%

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

R = 44.22%
G = 11.57%
B = 44.22%

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

#AC2DAC (or 0xAC2DAC) is known color: Dark Orchid. HEX triplet: AC, 2D and AC. RGB value is (172,45,172). Sum of RGB (Red+Green+Blue) = 172+45+172=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC2DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2DAC is #53D253. Grayscale: #616161. Windows color (decimal): -5493332 or 11283884. OLE color: 11283884.

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

Color convert

RGB 172 45 172 -
CMYK 0 0.74 0 0.33
HSL 300º 0.59% 0.43% -
HSV(B) 300º 0.74% 0.67% -
XYZ 25.4 13.63 40.32 -
YUV 97.45 170.08 181.17 -
System Red Green Blue C M Y K H S L
Decimal 172 45 172 0 0.74 0 0.33 300 0.59 0.43
Hex AC 2D AC 0 4A 0 21 12C 3B 2B
Octal 254 55 254 0 112 0 41 454 73 53
Binary 10101100 101101 10101100 0 1001010 0 100001 100101100 111011 101011

Color Harmonies of #AC2DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DAC

Black with #AC2DAC

Text Example


Text Example

White with #AC2DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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