Html Css Color HEX #AC37CE Dark Orchid

📋 copy color: '#AC37CE'

red 172 ◦ green 55 ◦ blue 206

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

Shades of Dark Orchid #AC37CE

Tints of Dark Orchid #AC37CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 39.72%
G = 12.7%
B = 47.58%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC37CE (or 0xAC37CE) is known color: Dark Orchid. HEX triplet: AC, 37 and CE. RGB value is (172,55,206). Sum of RGB (Red+Green+Blue) = 172+55+206=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC37CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37CE is #53C831. Grayscale: #6A6A6A. Windows color (decimal): -5490738 or 13514668. OLE color: 13514668.

HSL color Cylindrical-coordinate representation of color #AC37CE: hue angle of 286.49º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC37CE is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 55 206 -
CMYK 0.17 0.73 0 0.19
HSL 286.49º 0.61% 0.51% -
HSV(B) 286.49º 0.73% 0.81% -
XYZ 29.52 15.96 59.92 -
YUV 107.2 183.76 174.22 -
System Red Green Blue C M Y K H S L
Decimal 172 55 206 0.17 0.73 0 0.19 286.49 0.61 0.51
Hex AC 37 CE 11 49 0 13 11E 3D 33
Octal 254 67 316 21 111 0 23 436 75 63
Binary 10101100 110111 11001110 10001 1001001 0 10011 100011110 111101 110011

Color Harmonies of #AC37CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC37CE

Black with #AC37CE

Text Example


Text Example

White with #AC37CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC37CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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