Html Css Color HEX #AC37BE Dark Orchid

📋 copy color: '#AC37BE'

red 172 ◦ green 55 ◦ blue 190

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

Shades of Dark Orchid #AC37BE

Tints of Dark Orchid #AC37BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 41.25%
G = 13.19%
B = 45.56%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC37BE (or 0xAC37BE) is known color: Dark Orchid. HEX triplet: AC, 37 and BE. RGB value is (172,55,190). Sum of RGB (Red+Green+Blue) = 172+55+190=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC37BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37BE is #53C841. Grayscale: #686868. Windows color (decimal): -5490754 or 12466092. OLE color: 12466092.

HSL color Cylindrical-coordinate representation of color #AC37BE: hue angle of 292º 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 #AC37BE is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 55 190 -
CMYK 0.09 0.71 0 0.25
HSL 292º 0.55% 0.48% -
HSV(B) 292º 0.71% 0.75% -
XYZ 27.67 15.22 50.19 -
YUV 105.37 175.76 175.52 -
System Red Green Blue C M Y K H S L
Decimal 172 55 190 0.09 0.71 0 0.25 292 0.55 0.48
Hex AC 37 BE 9 47 0 19 124 37 30
Octal 254 67 276 11 107 0 31 444 67 60
Binary 10101100 110111 10111110 1001 1000111 0 11001 100100100 110111 110000

Color Harmonies of #AC37BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC37BE

Black with #AC37BE

Text Example


Text Example

White with #AC37BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC37BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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