Html Css Color HEX #AC31BA Dark Orchid

📋 copy color: '#AC31BA'

red 172 ◦ green 49 ◦ blue 186

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

Shades of Dark Orchid #AC31BA

Tints of Dark Orchid #AC31BA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.04%

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 42.26%
G = 12.04%
B = 45.7%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC31BA (or 0xAC31BA) is known color: Dark Orchid. HEX triplet: AC, 31 and BA. RGB value is (172,49,186). Sum of RGB (Red+Green+Blue) = 172+49+186=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC31BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC31BA is #53CE45. Grayscale: #646464. Windows color (decimal): -5492294 or 12202412. OLE color: 12202412.

HSL color Cylindrical-coordinate representation of color #AC31BA: hue angle of 293.87º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC31BA is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 49 186 -
CMYK 0.08 0.74 0 0.27
HSL 293.87º 0.58% 0.46% -
HSV(B) 293.87º 0.74% 0.73% -
XYZ 26.97 14.51 47.83 -
YUV 101.4 175.75 178.36 -
System Red Green Blue C M Y K H S L
Decimal 172 49 186 0.08 0.74 0 0.27 293.87 0.58 0.46
Hex AC 31 BA 8 4A 0 1B 126 3A 2E
Octal 254 61 272 10 112 0 33 446 72 56
Binary 10101100 110001 10111010 1000 1001010 0 11011 100100110 111010 101110

Color Harmonies of #AC31BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31BA

Black with #AC31BA

Text Example


Text Example

White with #AC31BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31BA; }

 p { color: rgb(172,49,186); }

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

background-color css

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

 a { background-color: rgb(172,49,186); }

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

border-color css

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

 span { border-color: rgb(172,49,186); }

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