Html Css Color HEX #AC31BD Dark Orchid

📋 copy color: '#AC31BD'

red 172 ◦ green 49 ◦ blue 189

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

Shades of Dark Orchid #AC31BD

Tints of Dark Orchid #AC31BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.1%

R = 41.95%
G = 11.95%
B = 46.1%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC31BD (or 0xAC31BD) is known color: Dark Orchid. HEX triplet: AC, 31 and BD. RGB value is (172,49,189). Sum of RGB (Red+Green+Blue) = 172+49+189=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC31BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC31BD is #53CE42. Grayscale: #656565. Windows color (decimal): -5492291 or 12399020. OLE color: 12399020.

HSL color Cylindrical-coordinate representation of color #AC31BD: hue angle of 292.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC31BD is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 49 189 -
CMYK 0.09 0.74 0 0.26
HSL 292.71º 0.59% 0.47% -
HSV(B) 292.71º 0.74% 0.74% -
XYZ 27.3 14.64 49.53 -
YUV 101.74 177.25 178.12 -
System Red Green Blue C M Y K H S L
Decimal 172 49 189 0.09 0.74 0 0.26 292.71 0.59 0.47
Hex AC 31 BD 9 4A 0 1A 125 3B 2F
Octal 254 61 275 11 112 0 32 445 73 57
Binary 10101100 110001 10111101 1001 1001010 0 11010 100100101 111011 101111

Color Harmonies of #AC31BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31BD

Black with #AC31BD

Text Example


Text Example

White with #AC31BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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