Html Css Color HEX #AC2BAA Dark Orchid

📋 copy color: '#AC2BAA'

red 172 ◦ green 43 ◦ blue 170

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

Shades of Dark Orchid #AC2BAA

Tints of Dark Orchid #AC2BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.17%

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

R = 44.68%
G = 11.17%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC2BAA (or 0xAC2BAA) is known color: Dark Orchid. HEX triplet: AC, 2B and AA. RGB value is (172,43,170). Sum of RGB (Red+Green+Blue) = 172+43+170=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2BAA is #53D455. Grayscale: #5F5F5F. Windows color (decimal): -5493846 or 11152300. OLE color: 11152300.

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

Color convert

RGB 172 43 170 -
CMYK 0 0.75 0.01 0.33
HSL 300.93º 0.6% 0.42% -
HSV(B) 300.93º 0.75% 0.67% -
XYZ 25.13 13.4 39.29 -
YUV 96.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 172 43 170 0 0.75 0.01 0.33 300.93 0.6 0.42
Hex AC 2B AA 0 4B 1 21 12D 3C 2A
Octal 254 53 252 0 113 1 41 455 74 52
Binary 10101100 101011 10101010 0 1001011 1 100001 100101101 111100 101010

Color Harmonies of #AC2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BAA

Black with #AC2BAA

Text Example


Text Example

White with #AC2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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