Html Css Color HEX #AC2DBC Dark Orchid

📋 copy color: '#AC2DBC'

red 172 ◦ green 45 ◦ blue 188

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

Shades of Dark Orchid #AC2DBC

Tints of Dark Orchid #AC2DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.11%

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 42.47%
G = 11.11%
B = 46.42%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC2DBC (or 0xAC2DBC) is known color: Dark Orchid. HEX triplet: AC, 2D and BC. RGB value is (172,45,188). Sum of RGB (Red+Green+Blue) = 172+45+188=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC2DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DBC is #53D243. Grayscale: #626262. Windows color (decimal): -5493316 or 12332460. OLE color: 12332460.

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

Color convert

RGB 172 45 188 -
CMYK 0.09 0.76 0 0.26
HSL 293.29º 0.61% 0.46% -
HSV(B) 293.29º 0.76% 0.74% -
XYZ 27.03 14.28 48.91 -
YUV 99.28 178.08 179.87 -
System Red Green Blue C M Y K H S L
Decimal 172 45 188 0.09 0.76 0 0.26 293.29 0.61 0.46
Hex AC 2D BC 9 4C 0 1A 125 3D 2E
Octal 254 55 274 11 114 0 32 445 75 56
Binary 10101100 101101 10111100 1001 1001100 0 11010 100100101 111101 101110

Color Harmonies of #AC2DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DBC

Black with #AC2DBC

Text Example


Text Example

White with #AC2DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DBC; }

 p { color: rgb(172,45,188); }

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

background-color css

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

 a { background-color: rgb(172,45,188); }

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

border-color css

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

 span { border-color: rgb(172,45,188); }

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