Html Css Color HEX #AC31BB Dark Orchid

📋 copy color: '#AC31BB'

red 172 ◦ green 49 ◦ blue 187

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

Shades of Dark Orchid #AC31BB

Tints of Dark Orchid #AC31BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 42.16%
G = 12.01%
B = 45.83%

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

#AC31BB (or 0xAC31BB) is known color: Dark Orchid. HEX triplet: AC, 31 and BB. RGB value is (172,49,187). Sum of RGB (Red+Green+Blue) = 172+49+187=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC31BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC31BB is #53CE44. Grayscale: #656565. Windows color (decimal): -5492293 or 12267948. OLE color: 12267948.

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

Color convert

RGB 172 49 187 -
CMYK 0.08 0.74 0 0.27
HSL 293.48º 0.58% 0.46% -
HSV(B) 293.48º 0.74% 0.73% -
XYZ 27.08 14.56 48.4 -
YUV 101.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 172 49 187 0.08 0.74 0 0.27 293.48 0.58 0.46
Hex AC 31 BB 8 4A 0 1B 125 3A 2E
Octal 254 61 273 10 112 0 33 445 72 56
Binary 10101100 110001 10111011 1000 1001010 0 11011 100100101 111010 101110

Color Harmonies of #AC31BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31BB

Black with #AC31BB

Text Example


Text Example

White with #AC31BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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