Html Css Color HEX #AC2DAA Dark Orchid

📋 copy color: '#AC2DAA'

red 172 ◦ green 45 ◦ blue 170

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

Shades of Dark Orchid #AC2DAA

Tints of Dark Orchid #AC2DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 44.44%
G = 11.63%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC2DAA (or 0xAC2DAA) is known color: Dark Orchid. HEX triplet: AC, 2D and AA. RGB value is (172,45,170). Sum of RGB (Red+Green+Blue) = 172+45+170=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2DAA is #53D255. Grayscale: #606060. Windows color (decimal): -5493334 or 11152812. OLE color: 11152812.

HSL color Cylindrical-coordinate representation of color #AC2DAA: hue angle of 300.94º 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 #AC2DAA is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 45 170 -
CMYK 0 0.74 0.01 0.33
HSL 300.94º 0.59% 0.43% -
HSV(B) 300.94º 0.74% 0.67% -
XYZ 25.21 13.55 39.32 -
YUV 97.22 169.08 181.34 -
System Red Green Blue C M Y K H S L
Decimal 172 45 170 0 0.74 0.01 0.33 300.94 0.59 0.43
Hex AC 2D AA 0 4A 1 21 12D 3B 2B
Octal 254 55 252 0 112 1 41 455 73 53
Binary 10101100 101101 10101010 0 1001010 1 100001 100101101 111011 101011

Color Harmonies of #AC2DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DAA

Black with #AC2DAA

Text Example


Text Example

White with #AC2DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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