Html Css Color HEX #AC2BA9 Dark Orchid

📋 copy color: '#AC2BA9'

red 172 ◦ green 43 ◦ blue 169

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

Shades of Dark Orchid #AC2BA9

Tints of Dark Orchid #AC2BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.01%

R = 44.79%
G = 11.2%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC2BA9 (or 0xAC2BA9) is known color: Dark Orchid. HEX triplet: AC, 2B and A9. RGB value is (172,43,169). Sum of RGB (Red+Green+Blue) = 172+43+169=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2BA9 is #53D456. Grayscale: #5F5F5F. Windows color (decimal): -5493847 or 11086764. OLE color: 11086764.

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

Color convert

RGB 172 43 169 -
CMYK 0 0.75 0.02 0.33
HSL 301.4º 0.6% 0.42% -
HSV(B) 301.4º 0.75% 0.67% -
XYZ 25.04 13.36 38.8 -
YUV 95.94 169.24 182.25 -
System Red Green Blue C M Y K H S L
Decimal 172 43 169 0 0.75 0.02 0.33 301.4 0.6 0.42
Hex AC 2B A9 0 4B 2 21 12D 3C 2A
Octal 254 53 251 0 113 2 41 455 74 52
Binary 10101100 101011 10101001 0 1001011 10 100001 100101101 111100 101010

Color Harmonies of #AC2BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BA9

Black with #AC2BA9

Text Example


Text Example

White with #AC2BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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