Html Css Color HEX #AC37DF Dark Orchid

📋 copy color: '#AC37DF'

red 172 ◦ green 55 ◦ blue 223

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

Shades of Dark Orchid #AC37DF

Tints of Dark Orchid #AC37DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 38.22%
G = 12.22%
B = 49.56%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC37DF (or 0xAC37DF) is known color: Dark Orchid. HEX triplet: AC, 37 and DF. RGB value is (172,55,223). Sum of RGB (Red+Green+Blue) = 172+55+223=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC37DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37DF is #53C820. Grayscale: #6C6C6C. Windows color (decimal): -5490721 or 14628780. OLE color: 14628780.

HSL color Cylindrical-coordinate representation of color #AC37DF: hue angle of 281.79º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC37DF is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 55 223 -
CMYK 0.23 0.75 0 0.13
HSL 281.79º 0.72% 0.55% -
HSV(B) 281.79º 0.75% 0.87% -
XYZ 31.7 16.83 71.39 -
YUV 109.14 192.26 172.84 -
System Red Green Blue C M Y K H S L
Decimal 172 55 223 0.23 0.75 0 0.13 281.79 0.72 0.55
Hex AC 37 DF 17 4B 0 D 11A 48 37
Octal 254 67 337 27 113 0 15 432 110 67
Binary 10101100 110111 11011111 10111 1001011 0 1101 100011010 1001000 110111

Color Harmonies of #AC37DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC37DF

Black with #AC37DF

Text Example


Text Example

White with #AC37DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC37DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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