Html Css Color HEX #AC2CBC Dark Orchid

📋 copy color: '#AC2CBC'

red 172 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #AC2CBC

Tints of Dark Orchid #AC2CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.89%

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

R = 42.57%
G = 10.89%
B = 46.53%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC2CBC (or 0xAC2CBC) is known color: Dark Orchid. HEX triplet: AC, 2C and BC. RGB value is (172,44,188). Sum of RGB (Red+Green+Blue) = 172+44+188=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC2CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2CBC is #53D343. Grayscale: #626262. Windows color (decimal): -5493572 or 12332204. OLE color: 12332204.

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

Color convert

RGB 172 44 188 -
CMYK 0.09 0.77 0 0.26
HSL 293.33º 0.62% 0.45% -
HSV(B) 293.33º 0.77% 0.74% -
XYZ 26.99 14.2 48.9 -
YUV 98.69 178.41 180.29 -
System Red Green Blue C M Y K H S L
Decimal 172 44 188 0.09 0.77 0 0.26 293.33 0.62 0.45
Hex AC 2C BC 9 4D 0 1A 125 3E 2D
Octal 254 54 274 11 115 0 32 445 76 55
Binary 10101100 101100 10111100 1001 1001101 0 11010 100100101 111110 101101

Color Harmonies of #AC2CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2CBC

Black with #AC2CBC

Text Example


Text Example

White with #AC2CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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