Html Css Color HEX #AC61D0 Medium Orchid

📋 copy color: '#AC61D0'

red 172 ◦ green 97 ◦ blue 208

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

Shades of Medium Orchid #AC61D0

Tints of Medium Orchid #AC61D0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.34%

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 36.06%
G = 20.34%
B = 43.61%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC61D0 (or 0xAC61D0) is known color: Medium Orchid. HEX triplet: AC, 61 and D0. RGB value is (172,97,208). Sum of RGB (Red+Green+Blue) = 172+97+208=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC61D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61D0 is #539E2F. Grayscale: #838383. Windows color (decimal): -5479984 or 13656492. OLE color: 13656492.

HSL color Cylindrical-coordinate representation of color #AC61D0: hue angle of 280.54º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC61D0 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 97 208 -
CMYK 0.17 0.53 0 0.18
HSL 280.54º 0.54% 0.6% -
HSV(B) 280.54º 0.53% 0.82% -
XYZ 32.67 21.87 62.17 -
YUV 132.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 172 97 208 0.17 0.53 0 0.18 280.54 0.54 0.6
Hex AC 61 D0 11 35 0 12 119 36 3C
Octal 254 141 320 21 65 0 22 431 66 74
Binary 10101100 1100001 11010000 10001 110101 0 10010 100011001 110110 111100

Color Harmonies of #AC61D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC61D0

Black with #AC61D0

Text Example


Text Example

White with #AC61D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC61D0; }

 p { color: rgb(172,97,208); }

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

background-color css

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

 a { background-color: rgb(172,97,208); }

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

border-color css

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

 span { border-color: rgb(172,97,208); }

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