Html Css Color HEX #AC2AAD Dark Orchid

📋 copy color: '#AC2AAD'

red 172 ◦ green 42 ◦ blue 173

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

Shades of Dark Orchid #AC2AAD

Tints of Dark Orchid #AC2AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 44.44%
G = 10.85%
B = 44.7%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC2AAD (or 0xAC2AAD) is known color: Dark Orchid. HEX triplet: AC, 2A and AD. RGB value is (172,42,173). Sum of RGB (Red+Green+Blue) = 172+42+173=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC2AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2AAD is #53D552. Grayscale: #5F5F5F. Windows color (decimal): -5494099 or 11348652. OLE color: 11348652.

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

Color convert

RGB 172 42 173 -
CMYK 0.01 0.76 0 0.32
HSL 299.54º 0.61% 0.42% -
HSV(B) 299.54º 0.76% 0.68% -
XYZ 25.38 13.44 40.79 -
YUV 95.8 171.57 182.35 -
System Red Green Blue C M Y K H S L
Decimal 172 42 173 0.01 0.76 0 0.32 299.54 0.61 0.42
Hex AC 2A AD 1 4C 0 20 12C 3D 2A
Octal 254 52 255 1 114 0 40 454 75 52
Binary 10101100 101010 10101101 1 1001100 0 100000 100101100 111101 101010

Color Harmonies of #AC2AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2AAD

Black with #AC2AAD

Text Example


Text Example

White with #AC2AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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