Html Css Color HEX #AC2BAB Dark Orchid

📋 copy color: '#AC2BAB'

red 172 ◦ green 43 ◦ blue 171

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

Shades of Dark Orchid #AC2BAB

Tints of Dark Orchid #AC2BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 44.56%
G = 11.14%
B = 44.3%

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

#AC2BAB (or 0xAC2BAB) is known color: Dark Orchid. HEX triplet: AC, 2B and AB. RGB value is (172,43,171). Sum of RGB (Red+Green+Blue) = 172+43+171=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2BAB is #53D454. Grayscale: #5F5F5F. Windows color (decimal): -5493845 or 11217836. OLE color: 11217836.

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

Color convert

RGB 172 43 171 -
CMYK 0 0.75 0.01 0.33
HSL 300.47º 0.6% 0.42% -
HSV(B) 300.47º 0.75% 0.67% -
XYZ 25.23 13.44 39.79 -
YUV 96.16 170.24 182.09 -
System Red Green Blue C M Y K H S L
Decimal 172 43 171 0 0.75 0.01 0.33 300.47 0.6 0.42
Hex AC 2B AB 0 4B 1 21 12C 3C 2A
Octal 254 53 253 0 113 1 41 454 74 52
Binary 10101100 101011 10101011 0 1001011 1 100001 100101100 111100 101010

Color Harmonies of #AC2BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BAB

Black with #AC2BAB

Text Example


Text Example

White with #AC2BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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