Html Css Color HEX #AC37DC Dark Orchid

📋 copy color: '#AC37DC'

red 172 ◦ green 55 ◦ blue 220

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

Shades of Dark Orchid #AC37DC

Tints of Dark Orchid #AC37DC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.3%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 38.48%
G = 12.3%
B = 49.22%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC37DC (or 0xAC37DC) is known color: Dark Orchid. HEX triplet: AC, 37 and DC. RGB value is (172,55,220). Sum of RGB (Red+Green+Blue) = 172+55+220=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC37DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37DC is #53C823. Grayscale: #6C6C6C. Windows color (decimal): -5490724 or 14432172. OLE color: 14432172.

HSL color Cylindrical-coordinate representation of color #AC37DC: hue angle of 282.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC37DC is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 55 220 -
CMYK 0.22 0.75 0 0.14
HSL 282.55º 0.7% 0.54% -
HSV(B) 282.55º 0.75% 0.86% -
XYZ 31.3 16.67 69.28 -
YUV 108.79 190.76 173.08 -
System Red Green Blue C M Y K H S L
Decimal 172 55 220 0.22 0.75 0 0.14 282.55 0.7 0.54
Hex AC 37 DC 16 4B 0 E 11B 46 36
Octal 254 67 334 26 113 0 16 433 106 66
Binary 10101100 110111 11011100 10110 1001011 0 1110 100011011 1000110 110110

Color Harmonies of #AC37DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC37DC

Black with #AC37DC

Text Example


Text Example

White with #AC37DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC37DC; }

 p { color: rgb(172,55,220); }

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

background-color css

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

 a { background-color: rgb(172,55,220); }

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

border-color css

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

 span { border-color: rgb(172,55,220); }

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