Html Css Color HEX #AC59CF Medium Orchid

📋 copy color: '#AC59CF'

red 172 ◦ green 89 ◦ blue 207

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

Shades of Medium Orchid #AC59CF

Tints of Medium Orchid #AC59CF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.02%

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

R = 36.75%
G = 19.02%
B = 44.23%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC59CF (or 0xAC59CF) is known color: Medium Orchid. HEX triplet: AC, 59 and CF. RGB value is (172,89,207). Sum of RGB (Red+Green+Blue) = 172+89+207=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC59CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59CF is #53A630. Grayscale: #7E7E7E. Windows color (decimal): -5482033 or 13588908. OLE color: 13588908.

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

Color convert

RGB 172 89 207 -
CMYK 0.17 0.57 0 0.19
HSL 282.2º 0.55% 0.58% -
HSV(B) 282.2º 0.57% 0.81% -
XYZ 31.85 20.42 61.29 -
YUV 127.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 172 89 207 0.17 0.57 0 0.19 282.2 0.55 0.58
Hex AC 59 CF 11 39 0 13 11A 37 3A
Octal 254 131 317 21 71 0 23 432 67 72
Binary 10101100 1011001 11001111 10001 111001 0 10011 100011010 110111 111010

Color Harmonies of #AC59CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC59CF

Black with #AC59CF

Text Example


Text Example

White with #AC59CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC59CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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