Html Css Color HEX #AC2FBC Dark Orchid

📋 copy color: '#AC2FBC'

red 172 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #AC2FBC

Tints of Dark Orchid #AC2FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.55%

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

R = 42.26%
G = 11.55%
B = 46.19%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC2FBC (or 0xAC2FBC) is known color: Dark Orchid. HEX triplet: AC, 2F and BC. RGB value is (172,47,188). Sum of RGB (Red+Green+Blue) = 172+47+188=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC2FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FBC is #53D043. Grayscale: #646464. Windows color (decimal): -5492804 or 12332972. OLE color: 12332972.

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

Color convert

RGB 172 47 188 -
CMYK 0.09 0.75 0 0.26
HSL 293.19º 0.6% 0.46% -
HSV(B) 293.19º 0.75% 0.74% -
XYZ 27.11 14.43 48.93 -
YUV 100.45 177.41 179.04 -
System Red Green Blue C M Y K H S L
Decimal 172 47 188 0.09 0.75 0 0.26 293.19 0.6 0.46
Hex AC 2F BC 9 4B 0 1A 125 3C 2E
Octal 254 57 274 11 113 0 32 445 74 56
Binary 10101100 101111 10111100 1001 1001011 0 11010 100100101 111100 101110

Color Harmonies of #AC2FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2FBC

Black with #AC2FBC

Text Example


Text Example

White with #AC2FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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