Html Css Color HEX #AC37BF Dark Orchid

📋 copy color: '#AC37BF'

red 172 ◦ green 55 ◦ blue 191

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

Shades of Dark Orchid #AC37BF

Tints of Dark Orchid #AC37BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.69%

R = 41.15%
G = 13.16%
B = 45.69%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC37BF (or 0xAC37BF) is known color: Dark Orchid. HEX triplet: AC, 37 and BF. RGB value is (172,55,191). Sum of RGB (Red+Green+Blue) = 172+55+191=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC37BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37BF is #53C840. Grayscale: #696969. Windows color (decimal): -5490753 or 12531628. OLE color: 12531628.

HSL color Cylindrical-coordinate representation of color #AC37BF: hue angle of 291.62º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC37BF is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 55 191 -
CMYK 0.10 0.71 0 0.25
HSL 291.62º 0.55% 0.48% -
HSV(B) 291.62º 0.71% 0.75% -
XYZ 27.78 15.26 50.77 -
YUV 105.49 176.26 175.44 -
System Red Green Blue C M Y K H S L
Decimal 172 55 191 0.10 0.71 0 0.25 291.62 0.55 0.48
Hex AC 37 BF A 47 0 19 124 37 30
Octal 254 67 277 12 107 0 31 444 67 60
Binary 10101100 110111 10111111 1010 1000111 0 11001 100100100 110111 110000

Color Harmonies of #AC37BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC37BF

Black with #AC37BF

Text Example


Text Example

White with #AC37BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC37BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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