Html Css Color HEX #AC2AAC Dark Orchid

📋 copy color: '#AC2AAC'

red 172 ◦ green 42 ◦ blue 172

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

Shades of Dark Orchid #AC2AAC

Tints of Dark Orchid #AC2AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.88%

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

R = 44.56%
G = 10.88%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC2AAC (or 0xAC2AAC) is known color: Dark Orchid. HEX triplet: AC, 2A and AC. RGB value is (172,42,172). Sum of RGB (Red+Green+Blue) = 172+42+172=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC2AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2AAC is #53D553. Grayscale: #5F5F5F. Windows color (decimal): -5494100 or 11283116. OLE color: 11283116.

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

Color convert

RGB 172 42 172 -
CMYK 0 0.76 0 0.33
HSL 300º 0.61% 0.42% -
HSV(B) 300º 0.76% 0.67% -
XYZ 25.29 13.41 40.28 -
YUV 95.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 172 42 172 0 0.76 0 0.33 300 0.61 0.42
Hex AC 2A AC 0 4C 0 21 12C 3D 2A
Octal 254 52 254 0 114 0 41 454 75 52
Binary 10101100 101010 10101100 0 1001100 0 100001 100101100 111101 101010

Color Harmonies of #AC2AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2AAC

Black with #AC2AAC

Text Example


Text Example

White with #AC2AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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