Html Css Color HEX #AC31B8 Dark Orchid

📋 copy color: '#AC31B8'

red 172 ◦ green 49 ◦ blue 184

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

Shades of Dark Orchid #AC31B8

Tints of Dark Orchid #AC31B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.43%

R = 42.47%
G = 12.1%
B = 45.43%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC31B8 (or 0xAC31B8) is known color: Dark Orchid. HEX triplet: AC, 31 and B8. RGB value is (172,49,184). Sum of RGB (Red+Green+Blue) = 172+49+184=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC31B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC31B8 is #53CE47. Grayscale: #646464. Windows color (decimal): -5492296 or 12071340. OLE color: 12071340.

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

Color convert

RGB 172 49 184 -
CMYK 0.07 0.73 0 0.28
HSL 294.67º 0.58% 0.46% -
HSV(B) 294.67º 0.73% 0.72% -
XYZ 26.76 14.43 46.72 -
YUV 101.17 174.75 178.52 -
System Red Green Blue C M Y K H S L
Decimal 172 49 184 0.07 0.73 0 0.28 294.67 0.58 0.46
Hex AC 31 B8 7 49 0 1C 127 3A 2E
Octal 254 61 270 7 111 0 34 447 72 56
Binary 10101100 110001 10111000 111 1001001 0 11100 100100111 111010 101110

Color Harmonies of #AC31B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31B8

Black with #AC31B8

Text Example


Text Example

White with #AC31B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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