Html Css Color HEX #AC37CF Dark Orchid

📋 copy color: '#AC37CF'

red 172 ◦ green 55 ◦ blue 207

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

Shades of Dark Orchid #AC37CF

Tints of Dark Orchid #AC37CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 39.63%
G = 12.67%
B = 47.7%

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

#AC37CF (or 0xAC37CF) is known color: Dark Orchid. HEX triplet: AC, 37 and CF. RGB value is (172,55,207). Sum of RGB (Red+Green+Blue) = 172+55+207=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC37CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37CF is #53C830. Grayscale: #6A6A6A. Windows color (decimal): -5490737 or 13580204. OLE color: 13580204.

HSL color Cylindrical-coordinate representation of color #AC37CF: hue angle of 286.18º 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 #AC37CF is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 55 207 -
CMYK 0.17 0.73 0 0.19
HSL 286.18º 0.61% 0.51% -
HSV(B) 286.18º 0.73% 0.81% -
XYZ 29.64 16.01 60.56 -
YUV 107.31 184.26 174.14 -
System Red Green Blue C M Y K H S L
Decimal 172 55 207 0.17 0.73 0 0.19 286.18 0.61 0.51
Hex AC 37 CF 11 49 0 13 11E 3D 33
Octal 254 67 317 21 111 0 23 436 75 63
Binary 10101100 110111 11001111 10001 1001001 0 10011 100011110 111101 110011

Color Harmonies of #AC37CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC37CF

Black with #AC37CF

Text Example


Text Example

White with #AC37CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC37CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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